HaxeFlixel / haxeflixel.com

haxeflixel.com docpad/11ty source
https://haxeflixel.com/
70 stars 108 forks source link

Road to Bootstrap 5 (and CSS stuff) #241

Closed ninjamuffin99 closed 7 months ago

ninjamuffin99 commented 8 months ago

I've been tinkering with upgrading BOOTSTRAP from v3 (3.0.0 released 11 years ago, yeowch!) to current bootstrap, 5.3.3

Hopefully this workflow also enables a bit more easily maintainable / rolling releases, as currently I'm just using NPM to get bootstrap.

With that being said, upgrading wasn't all too difficult!

On the bootstrap-5 branch, I began migrating a bunch of the .less style files to use .scss, and the conversion is very straightforward, and that was merged into dev in #243

Along with that, also spicing up and styling pieces as I go.

Open questions