mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +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
314e367d03
commit
9b434de6af
|
@ -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