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:
authorXhmikosR <xhmikosr@gmail.com>2015-12-27 03:36:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-27 03:36:49 +0300
commitbd5025571c0fc5788ef0470c5cbfe59ca276c7c0 (patch)
tree8985460bdaca27e227cb12ca401d233024f733ed /Gruntfile.js
parent9021f88125a1836a66fce0292c625ebfec465ffc (diff)
parent2de6a134bbdf8b7870d5db7db9df3ede15aed8fd (diff)
Merge pull request #479 from twbs/grunt-sass
Switch to "grunt-sass"
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',