From: Steve Sutton Date: Thu, 5 Feb 2015 18:06:30 +0000 (-0500) Subject: use compact for sass X-Git-Tag: v1.0.0~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=edbd12cef4ce2d31193a260851dd95d67d2b8dff;p=WP-Themes%2FRecycleEmmet.git use compact for sass --- diff --git a/Gruntfile.js b/Gruntfile.js index d92f9ab..b5b270b 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { }, dist: { options: { - outputStyle: 'expanded' + outputStyle: 'compact' }, files: { 'css/app.css': 'scss/app.scss'