ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Split up style sheets - better organize and will probably improve performance #1451

Closed SamuelmdLow closed 2 months ago

SamuelmdLow commented 4 months ago

Right now all our stylesheets go into the massive file main.css. This means that every page on the site loads every font and style even though the might not be used.

SamuelmdLow commented 4 months ago

I'll be able to split it up much more tightly once the redesign gets merged in. (I don't want to cause horrible merge conflicts)

SamuelmdLow commented 2 months ago

The bulk of this work has been done although the css files can surely continue being trimmed