Will Bootstrap eventually reduce or remove its dependency on Sass? #42773
Answered
by
mdo
zaman1100
asked this question in
v6 Feedback
|
With the growing capabilities of native CSS, is there a roadmap toward a CSS-only customization workflow? |
Answered by
mdo
Jul 30, 2026
Replies: 1 comment
|
Possibly, but it'd just get replaced with something else for the programmatic stuff we rely on. Utilities, mixing, functions, theming, variants, and more all make use of it. In v6, CSS is first class customization layer across the board, but it cannot currently replicate everything Sass does. |
0 replies
Answer selected by
mdo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibly, but it'd just get replaced with something else for the programmatic stuff we rely on. Utilities, mixing, functions, theming, variants, and more all make use of it.
In v6, CSS is first class customization layer across the board, but it cannot currently replicate everything Sass does.