From 6f0357bedd7a2c6882af615a3256ca163719f654 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Fri, 12 Dec 2014 15:14:49 +0000 Subject: [PATCH] Property name change --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 704e3c6..3e5e95b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,7 @@ module.exports = function(grunt) { sass: { dist: { options: { - style: 'compressed' + outputStyle: 'compressed' }, files: { 'style.css': 'scss/style.scss' } }