mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
6 lines
348 B
Plaintext
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)
|