thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.54k stars 3.67k forks source link

lux scss: method theme-color not found #1177

Closed rburgst closed 2 years ago

rburgst commented 2 years ago

https://github.com/thomaspark/bootswatch/blob/v5/dist/lux/_bootswatch.scss#L32 uses

.bg-primary {
  background-color: theme-color("primary") !important;
}

However in bootstrap 5.1.3 this method does not seem to be defined.

thomaspark commented 2 years ago

Thanks @rburgst, that seems extraneous anyway. I'll push a fix now.