mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 13:40:42 +03:00
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.
This commit is contained in:
parent
833ebc3977
commit
d4d95afd47
|
@ -1,2 +1,3 @@
|
|||
@import "../bower_components/bootstrap/less/variables.less";
|
||||
@import (optional) "../../bootstrap/less/variables.less";
|
||||
@import (optional) "../bower_components/bootstrap/less/variables.less";
|
||||
//@import "../bower_components/bootstrap/less/mixins.less";
|
||||
|
|
Loading…
Reference in New Issue
Block a user