Sass for themes instead of Less
-
Re: Support for Sass based themes
Seeing that Bootstrap 4 is based on Sass, I guess that you will be moving from Less to Sass for themes soon, right?
-
I am working on a theme that uses sass and bs4 right now. It's not too difficult to do.
I have it compiling my bs4 and theme sass to css, then in the theme's less files I
@import
the compiled css, the bs3 less variables, and bs3 less mixins.Everything works as expected so far.
-
Let me know when you have something that I can look at.
I probably need to adjust a theme using Bootstrap 3.x sass, so a working example would be killer
Copyright © 2024 NodeBB | Contributors