Skip to content

Commit

Permalink
Always apply stylelint #11658
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Aug 16, 2016
1 parent 7b44b89 commit b6cc54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -255,6 +255,7 @@ module.exports = function( grunt ) {
]);

grunt.registerTask( 'css', [
'stylelint',
'sass',
'cssmin'
]);
Expand Down

1 comment on commit b6cc54f

@shivapoudel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.