aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
Diffstat (limited to 'grunt')
-rw-r--r--grunt/bs-sass-compile/libsass.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/grunt/bs-sass-compile/libsass.js b/grunt/bs-sass-compile/libsass.js
index 597934023..271aac881 100644
--- a/grunt/bs-sass-compile/libsass.js
+++ b/grunt/bs-sass-compile/libsass.js
@@ -8,7 +8,8 @@ module.exports = function configureLibsass(grunt) {
includePaths: ['scss'],
precision: 6,
sourceComments: false,
- sourceMap: true
+ sourceMap: true,
+ outputStyle: 'expanded'
},
core: {
files: {