mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-20 21:50:39 +03:00
When using sass, the bootstrap-sass dependancy path should be specified in
the loadpath and not hardcoded in the import statement
This commit is contained in:
parent
6d169e674c
commit
e83b411d75
|
@ -228,6 +228,9 @@ module.exports = function (grunt) {
|
||||||
// Test compile sass
|
// Test compile sass
|
||||||
sass: {
|
sass: {
|
||||||
compile: {
|
compile: {
|
||||||
|
options:{
|
||||||
|
loadPath: "bower_components/bootstrap-sass/assets/stylesheets",
|
||||||
|
},
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: "sass",
|
cwd: "sass",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables";
|
@import "bootstrap/variables";
|
||||||
//@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
|
//@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user