v1/web/modules/contrib/bootstrap_styles/scss/themes/dark.scss

11 lines
307 B
SCSS

// Import default variables.
@import "../variables";
// Colours
// ... this is our default theme.
// ... colors here are the defined in the main _variables.scss file.
// ... look at the light.scss file to create your own theme!
// Import our components with our default theme variables.
@import "common";