ux(): added sass linter, almost no rules enabled yet

This commit is contained in:
Torkel Ödegaard
2016-02-20 18:31:09 +01:00
parent f3fe1a5320
commit 4ab041f79e
15 changed files with 106 additions and 867 deletions

View File

@ -2,7 +2,7 @@
module.exports = function(grunt) {
'use strict';
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight', 'styleguide']);
grunt.registerTask('css', ['sass', 'concat:cssDark', 'concat:cssLight', 'styleguide', 'sasslint']);
grunt.registerTask('default', [
'jscs',
'jshint',