11 lines
302 B
SCSS
11 lines
302 B
SCSS
// Sub theme styling.
|
|
@import 'variables_drupal';
|
|
|
|
// Bootstrap overriden variables.
|
|
// @see https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults.
|
|
@import 'variables_bootstrap';
|
|
|
|
@import 'custom_styles';
|
|
|
|
// Include bootstrap.
|
|
@import '../../../../themes/contrib/bootstrap5/scss/style';
|