- Issue created by @jcandan
- πΊπΈUnited States jcandan
Found a pretty good write-up on the pros and cons of a couple different approaches, the first of which, according to the author, follows Bootstrap documentation.
Adding the following fixed the issue for me.
@import "bootstrap/scss/utilities";
The question remains, should this example utilities override remain in the sub-theme?
- πΊπΈUnited States jcandan
Sorry, a clarification. The above
@import
statement also needs the following changes:$utilities: map-merge( ( "background-color": ( ... values: map.merge($utilities-bg-colors, ($colors)), ) ), $utilities );
- Status changed to Fixed
almost 2 years ago 10:39am 16 March 2023 -
doxigo β
committed e3a0dd85 on 5.0.x authored by
jcandan β
Issue #3347440 by jcandan: Utilities example in sub-theme breaks bg-...
-
doxigo β
committed e3a0dd85 on 5.0.x authored by
jcandan β
Automatically closed - issue fixed for 2 weeks with no activity.