aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-09 23:16:43 -0700
committerThomas McDonald <[email protected]>2015-08-09 23:16:43 -0700
commit0ef0825d013dedd5f7c0e8acb8a23d033bf56be0 (patch)
treed3c8e9a2f9151dffbaf74ea0b5b2a38f665a2f91 /grunt
parent72fc4417383600c0bcb209690e29be278920be5b (diff)
downloadbootstrap-0ef0825d013dedd5f7c0e8acb8a23d033bf56be0.tar.xz
bootstrap-0ef0825d013dedd5f7c0e8acb8a23d033bf56be0.zip
specify expanded output style for generated css with libsass
(also fix license banner generator bug)
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: {