tessera-metrics / tessera

A dashboard front-end for graphite.
http://tessera-metrics.github.io/tessera/
Apache License 2.0
1.19k stars 81 forks source link

Rebuild themes in Sass #551

Closed aalpern closed 5 years ago

aalpern commented 5 years ago

Bootstrap 4 moved from Less to Sass for generating their CSS - since Tessera converted to Sass long ago (see issue #122 ), it's now possible to build bootstrap themes easily as part of the tessera build process.

See https://getbootstrap.com/docs/4.1/getting-started/theming/

Edit: since bootstrap 4 is likely to break most of the add-ins tessera uses, many of which are no longer maintained, https://github.com/twbs/bootstrap-sass could also be used to ease maintaining color themes.