Always apply stylelint #11658

This commit is contained in:
Claudio Sanches 2016-08-16 18:26:42 -03:00
parent 7b44b8954e
commit b6cc54f3a1
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ module.exports = function( grunt ) {
]);
grunt.registerTask( 'css', [
'stylelint',
'sass',
'cssmin'
]);