Themes 15.0.1 - provide uncompressed css / why literal instead unicode icon? #4753
-
|
Migrating from version 5.0.0 to 15.0.1 i have following problem: Uncompressed There is no uncompressed css anymore. Which is easier to compare since in certain themes i have a lot of modifications inline. Icon content as literal Suddenly the content is saved as literal instead of unicode, making it even harder to compare and identify / change icons. Sometimes i am rewriting icons to use font-awesome instead. Use With file encoding i have to check not loosing it and getting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Uncompressed: Icon content as literal |
Beta Was this translation helpful? Give feedback.
propably because of history - we have that pattern since ages in PrimeFaces core theming, as we supported jQueryUI Icons, PrimeIcons and FontAwesome.
For the templates, we just switchted to a mechnamism, that the theme core is reused/copied from PrimeFaces.
we propably wont change here anything. the next big task is to move to PrimeUIX completely instead of rewriting parts of the old sass theming.