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
The problem we face is illustrated by a use case. Somebody makes a flatpage with some html in it (a header, a bulleted list, a table). However the flatpage requires a bunch of custom css rules to fix indentations, turn off styles on the table and so on. The problem is that css has been a shared commons where everybody adds custom rules to solve their problems but no designer has kept everything sane.
Even a non-designer can help us make positive progress in this area. For instance:
refactor the extremely messy https://github.com/pybay/pybay/blob/master/static/new/css/styles.css - I suggest moving chunks that claim to be only for a specific page to a separate file and and including it in that page's template. This will hurt performance (specific pages request additional specific css files) but will isolate some of the crappy CSS
Also open to defining a pre-processing step to generate .css as necessary but need a convincing explanation of the win available here.
Ping Grace if you want to work on this.
The text was updated successfully, but these errors were encountered:
The problem we face is illustrated by a use case. Somebody makes a flatpage with some html in it (a header, a bulleted list, a table). However the flatpage requires a bunch of custom css rules to fix indentations, turn off styles on the table and so on. The problem is that css has been a shared commons where everybody adds custom rules to solve their problems but no designer has kept everything sane.
Even a non-designer can help us make positive progress in this area. For instance:
CSS is messy! Some suggested courses of action:
Ping Grace if you want to work on this.
The text was updated successfully, but these errors were encountered: