mdb-ui-kit/less/bootstrap-material-design.less
2015-11-22 10:23:34 -06:00

6 lines
348 B
Plaintext

@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)
@import '_bootstrap-material-design.less'; // include the material content given the mixins above (sass requirement for inclusion order of mixins)