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' } }