Skip to content

Commit

Permalink
MDL-55071 grunt: add stylelint:scss to default css task
Browse files Browse the repository at this point in the history
Part of MDL-55071
  • Loading branch information
danpoltawski committed Sep 23, 2016
1 parent c037f04 commit 841d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -375,7 +375,7 @@ module.exports = function(grunt) {
grunt.registerTask('js', ['amd', 'yui']);

// Register CSS taks.
grunt.registerTask('css', ['stylelint:less', 'less:bootstrapbase']);
grunt.registerTask('css', ['stylelint:scss', 'stylelint:less', 'less:bootstrapbase']);

// Register the startup task.
grunt.registerTask('startup', 'Run the correct tasks for the current directory', tasks.startup);
Expand Down

0 comments on commit 841d25a

Please sign in to comment.