You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, this is not really a bug. Bootstrap generates all those column classes as a single escaped string which is not supposed to be re-parsed by the compiler so the whole thing behaves like a single selector.
You'll find a workaround for your case in #1709 (there're more issues about wrapping Bootstrap this way).
I want to put all bootstrap styles in a wrapper. I do:
After import rows and colums don't working correctly. In compiled css-file I found a bug:
and may be others..
The right variant wrap all elements...:
The text was updated successfully, but these errors were encountered: