mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #4393 from PaulAdamDavis/sass-nested
Use nested output style for Sass
This commit is contained in:
commit
25cd8f4194
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ var _ = require('lodash'),
|
|||
sass: {
|
||||
compress: {
|
||||
options: {
|
||||
outputStyle: 'compressed',
|
||||
outputStyle: 'nested', // TODO: Set back to 'compressed' working correctly with our dependencies
|
||||
sourceMap: true
|
||||
},
|
||||
files: [
|
||||
|
|
Loading…
Add table
Reference in a new issue