mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
d4d95afd47
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.
4 lines
190 B
Plaintext
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";
|