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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9e19d91..2c3c186 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -66,9 +66,11 @@ module.exports = function (grunt) {
sass: {
options: {
- sourcemap: 'none',
- style: 'expanded',
- unixNewlines: true
+ outputStyle: 'expanded',
+ precision: 6,
+ sourceComments: false,
+ sourcemap: false,
+ style: 'expanded'
},
core: {
src: 'sass/ratchet.scss',