mdb-ui-kit/less/bootstrap-material-design.less

6 lines
348 B
Plaintext
Raw Normal View History

@import "_variables.less";
2014-10-18 18:17:31 +04:00
@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)
2015-11-22 19:23:34 +03:00
@import '_bootstrap-material-design.less'; // include the material content given the mixins above (sass requirement for inclusion order of mixins)