PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
40 stars 28 forks source link

banner.css is only dynamic because it writes out rules for each season but it'd be better (performance-wise) to write out rules up to season 100 and send them (gzipped) in the main css than it is to make a separate call for the banner css so maybe do that #11082

Open vorpal-buildbot opened 1 year ago

vorpal-buildbot commented 1 year ago

Reported on Discord by bakert#2193

silasary commented 1 year ago

We could also resolve this by adding scss to the build chain and using an @for

bakert commented 5 months ago

37 signals just released an article about how you don't need CSS preprocessors any more because CSS is so hot these days – https://dev.37signals.com/modern-css-patterns-and-techniques-in-campfire/

I don't see anything in there that helps here tho :D