Is it possible to use CSS variables in Twitter-bootstrap 4 $theme-colors array?
问题 In bootstrap 4 you can define and/or override default colors using the following array: (as documented here) $theme-colors: ( "primary": #001122, /*override*/ "color-1": red, /*new color*/ "color-2": black, /*new color*/ "color-3": white /*new color*/ ); I want to make custom theme colors for different users. Users can choose different color palettes which I have defined based on the class of the body. I made a new file to make my own styles, defining my theme colors in CSS variables in the