Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js10
-rw-r--r--composer.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 19f9bcfdf9..39cc538060 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -288,13 +288,13 @@ module.exports = function (grunt) {
files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit']
},
- less: {
- files: 'less/**/*.less',
- tasks: 'less'
+ sass: {
+ files: 'scss/**/*.scss',
+ tasks: 'sass-compile'
},
docs: {
- files: 'docs/assets/less/*.less',
- tasks: 'less'
+ files: 'docs/assets/scss/*.scss',
+ tasks: 'sass:docs'
}
},
diff --git a/composer.json b/composer.json
index b63a6d3204..e348db2f6d 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"keywords": [
"css",
"js",
- "less",
+ "sass",
"mobile-first",
"responsive",
"front-end",