mdb-ui-kit/less/_import-bs-less.less
Lucas Schwiderski d4d95afd47 Rework import of bootstrap variables
Make original import optional to prevent error when importing the design
in less after install with bower.
Add additional optional import pointing to bootstrap when
bootstrap-material-design was installed with bower.
2016-01-11 22:47:19 +01:00

4 lines
190 B
Plaintext

@import (optional) "../../bootstrap/less/variables.less";
@import (optional) "../bower_components/bootstrap/less/variables.less";
//@import "../bower_components/bootstrap/less/mixins.less";