Property name change

This commit is contained in:
Mike Francis 2014-12-12 15:14:49 +00:00
parent 7a68b3eb0b
commit 6f0357bedd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module.exports = function(grunt) {
sass: {
dist: {
options: {
style: 'compressed'
outputStyle: 'compressed'
},
files: { 'style.css': 'scss/style.scss' }
}