Can I used grid without SASS? #38483
-
I don't like SASS. Is there a pre-compiled version of Bootstrap 5.1 with grid enabled? |
Beta Was this translation helpful? Give feedback.
Answered by
julien-deramond
Apr 20, 2023
Replies: 1 comment
-
Hey @mylastore, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mylastore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mylastore,
There's no pre-compiled version of Bootstrap with grid enabled.
CSS Grid can be enabled only with Sass by setting
$enable-cssgrid: true
at the moment.