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.
[x] Fix navbar wording for "HaxeFlixel"
[x] Full darkmode support
[x] Implement simple user preferences
[x] Implement toggle for color mode
[x] Port the docs pages styling
[x] #244
[x] /blog fix the haxeflixel twitter embed to appear to the right of the blogs!
[x] #250
Open questions
Do we still want to go with "Ubuntu" font? Or does anyone have any particular font suggestions :)
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 intodev
in #243Along with that, also spicing up and styling pieces as I go.
Open questions