mdb-ui-kit/less/material.less

7 lines
355 B
Plaintext
Raw Normal View History

2014-12-05 05:35:32 +03:00
@import "_colors.less";
@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)
@import '_material.less'; // include the material content given the mixins above (sass requirement for inclusion order of mixins)