mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-14 18:50:37 +03:00
Merge pull request #762 from Paveltarno/master
bootstrap-sass dependency
This commit is contained in:
commit
12c6e3e66c
|
@ -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