Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 12345678910111213 |
- // Include
- // *******************************************************************************
-
- @import "../_bootstrap-extended/include";
-
- // Mixins
- @import "./mixins"; // Components mixins
-
- // Components variables
- @import "../_custom-variables/components-dark"; // Components dark variable (for customization purpose)
- @import "../_custom-variables/components"; // Components variable (for customization purpose)
- @import "variables-dark"; // Components dark variable
- @import "variables"; // Components variable
|