2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

specify expanded output style for generated css with libsass

(also fix license banner generator bug)
This commit is contained in:
Thomas McDonald
2015-08-09 23:16:43 -07:00
parent 72fc441738
commit 0ef0825d01
38 changed files with 10272 additions and 7227 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ module.exports = function configureLibsass(grunt) {
includePaths: ['scss'],
precision: 6,
sourceComments: false,
sourceMap: true
sourceMap: true,
outputStyle: 'expanded'
},
core: {
files: {