mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
fix sass variables for compilation with webpack
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
// note that other level are defined in modules/_alerts.scss
|
||||
|
||||
.alert {
|
||||
// override in modules/_alerts.scss
|
||||
@include alert($red);
|
||||
}
|
||||
|
||||
.warning {
|
||||
@include alert($orange);
|
||||
}
|
||||
// .alert {
|
||||
// // override in modules/_alerts.scss
|
||||
// @include alert($red);
|
||||
// }
|
||||
//
|
||||
// .warning {
|
||||
// @include alert($orange);
|
||||
// }
|
||||
|
Reference in New Issue
Block a user