Commit 0964504f authored by Thomas McDonald's avatar Thomas McDonald Committed by Chris Rebert

remove less references from package files

Closes #62 (of v4)
parent 1236e7a9
......@@ -288,13 +288,13 @@ module.exports = function (grunt) {
files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/**/*.less',
tasks: 'less'
sass: {
files: 'scss/**/*.scss',
tasks: 'sass-compile'
},
docs: {
files: 'docs/assets/less/*.less',
tasks: 'less'
files: 'docs/assets/scss/*.scss',
tasks: 'sass:docs'
}
},
......
......@@ -4,7 +4,7 @@
"keywords": [
"css",
"js",
"less",
"sass",
"mobile-first",
"responsive",
"front-end",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment