move to sass is starting to work

This commit is contained in:
Torkel Ödegaard
2016-02-15 16:44:23 +01:00
parent 30ddfc7a28
commit 1e891f434d
6 changed files with 18 additions and 11 deletions

View File

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