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) { ...@@ -288,13 +288,13 @@ module.exports = function (grunt) {
files: '<%= jshint.test.src %>', files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit'] tasks: ['jshint:test', 'qunit']
}, },
less: { sass: {
files: 'less/**/*.less', files: 'scss/**/*.scss',
tasks: 'less' tasks: 'sass-compile'
}, },
docs: { docs: {
files: 'docs/assets/less/*.less', files: 'docs/assets/scss/*.scss',
tasks: 'less' tasks: 'sass:docs'
} }
}, },
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"keywords": [ "keywords": [
"css", "css",
"js", "js",
"less", "sass",
"mobile-first", "mobile-first",
"responsive", "responsive",
"front-end", "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