mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-27 17:10:36 +03:00
shadows are mixins and must be placed at the top for usage by other files (sass requirement)
This commit is contained in:
parent
8e5e348228
commit
4ebb1c4596
|
@ -2,6 +2,7 @@
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
@import "_mixins.less";
|
@import "_mixins.less";
|
||||||
@import "_icons-material-design.less";
|
@import "_icons-material-design.less";
|
||||||
|
@import "_shadows.less"; // these are mixins only, and must be placed at the top before use (sass requiremnt)
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: @body-bg;
|
background-color: @body-bg;
|
||||||
|
@ -136,7 +137,3 @@ legend {
|
||||||
@import "_plugin-nouislider.less";
|
@import "_plugin-nouislider.less";
|
||||||
@import "_plugin-selectize.less";
|
@import "_plugin-selectize.less";
|
||||||
@import "_plugin-dropdownjs.less";
|
@import "_plugin-dropdownjs.less";
|
||||||
|
|
||||||
// Material shadows
|
|
||||||
// Place them on bottom of stylesheet to increase the importance of it and override other same-specificity selectors
|
|
||||||
@import "_shadows.less";
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user