mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
309 B
SCSS
15 lines
309 B
SCSS
// Configuration
|
|
@import "bootstrap/scss/functions";
|
|
|
|
/*
|
|
* Replaced by CHILL variables
|
|
* it is necessary to keep the possibility of making a diff with original !
|
|
* original: "bootstrap/scss/variables";
|
|
*/
|
|
@import "custom/_variables";
|
|
|
|
@import "bootstrap/scss/mixins";
|
|
@import "bootstrap/scss/utilities";
|
|
|
|
|