Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112131415 |
- // Functions
- @import "bootstrap/scss/functions"; // Bootstrap core functions
- @import "functions"; // Bootstrap extended functions
-
- // Variables
- @import "../_custom-variables/bootstrap-extended-dark"; // Bootstrap extended custom dark variable (for customization purpose)
- @import "../_custom-variables/bootstrap-extended"; // Bootstrap extended custom variable (for customization purpose)
- @import "variables-dark"; // Bootstrap extended dark variable
- @import "variables"; // Bootstrap extended variable
- @import "bootstrap/scss/variables"; // Bootstrap core variable
- @import "bootstrap/scss/maps"; // Bootstrap core maps
-
- // Mixins
- @import "bootstrap/scss/mixins"; // Bootstrap core mixins
- @import "mixins"; // Bootstrap extended mixins
|