mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Use nested output style for Sass
References #4389 As a result of https://github.com/TryGhost/Ghost/pull/4389#issuecomment-61637323 the best way to keep everything working nicely is to use the `nested` outputStyle for now.
This commit is contained in:
parent
8d96cb2f67
commit
df69b6ea82
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