shadows are mixins and must be placed at the top for usage by other files (sass requirement)

This commit is contained in:
Kevin Ross 2015-11-04 15:56:56 -06:00
parent 8e5e348228
commit 4ebb1c4596

View File

@ -2,6 +2,7 @@
@import "_variables.less";
@import "_mixins.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 {
background-color: @body-bg;
@ -136,7 +137,3 @@ legend {
@import "_plugin-nouislider.less";
@import "_plugin-selectize.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";