From df69b6ea8222e820f4ca0b3e01f4e4dcbacb28f2 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Tue, 4 Nov 2014 14:35:08 +0000 Subject: [PATCH] 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. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 22d96159f7..6f8859210a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: [