You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal for enhancement
I think we can have maintainable CSS and beneficial in the long run if we use a CSS pre processor to write style sheets instead of plain css.
We will be able to decouple css according to components like buttons, menu, typography etc, or utilities margins, padding etc.
And the pre processor will compile them into a single css file, expanded and minified.
We will be able to use the final compiled css file in the project.
This will lead to maintainable css codebase.
The text was updated successfully, but these errors were encountered:
I have a different opinion on this. PrimeFaces styling takes care of the page structuring and bootstrap adding icing to make pages more user-friendly. What we should do we should use the styling given by these two as much as possible. It will be easy to manage the styling if we use a minimum of other styling than those.
Proposal for enhancement
I think we can have maintainable CSS and beneficial in the long run if we use a CSS pre processor to write style sheets instead of plain css.
We will be able to decouple css according to components like buttons, menu, typography etc, or utilities margins, padding etc.
And the pre processor will compile them into a single css file, expanded and minified.
We will be able to use the final compiled css file in the project.
This will lead to maintainable css codebase.
The text was updated successfully, but these errors were encountered: