Custom theme for Pléiade dashboard project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Sub theme styling.
|
|
@import 'variables_drupal';
|
|
|
|
// Bootstrap overriden variables.
|
|
// @see https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults.
|
|
@import 'variables_bootstrap';
|
|
|
|
// Include bootstrap.
|
|
@import '../../../../themes/contrib/bootstrap5/scss/style';
|
|
|