Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
minor tweaks for #45
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 12, 2013
1 parent 35e496c commit 0087741
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ module.exports = function (grunt) {
}
},
include: {
options: {
includePath: 'externalDependency'
},
files: {
src: [
options: {
includePath: 'test/externalDependency'
},
files: {
src: [
'test/fixtures/include.less'
]
}
}
},
fail: {
files: {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ noUniversalSelectors: true // Doesn't complain about using the universal * selec
prefixWhitespace: true // Adds whitespace prefix to line up vender prefixed properties
strictPropertyOrder: true // Complains if not strict property order
zeroUnits: true // Doesn't complain if you add units to values of 0
includePath: mixed // accepts an additional directory path to look for @import:ed LESS files in. Accepts a string or an array of strings.
includePath: mixed // Additional paths to look for `@import`'ed LESS files. Accepts a string or an array of strings.
```


Expand Down

0 comments on commit 0087741

Please sign in to comment.