* Added more CSS Grid tests
* Added media query example to tests
* Fixed bug where namespace values didn't work in guards and operations
* Fix failing setOptions test
* Update phantomJS, demo more permissive DR tests
* v3.5.0-beta.5
* calc() fix - fixes#974
* Parses and retrieves a namespaced value
* Adds a bunch of new tests for aliasing and namespacing
* Added more CSS Grid tests
* Added tests for passing mixins into mixins, since it's just another value
* Release v3.5.0-beta.4
* (Maybe) Fixes#3187 (couldn't repo, but found bug)
- Fixes multiple Node.js plugins not being loaded
* Added .eslintignore
* Added tests to fix#3187
* Fixed browser test
* Add "grunt-cli" package to "devDependencies", so contibutors don't have to install grunt globally to run tests
* Add npm-scripts binding for grunt (npm run grunt -- [command])
* Update CONTRIBUTING.md to use `npm test` instead of `grunt test`
* LESS Importer: Throw some notice when a file is skipped over so you can see why it was skipped in the logs
* Update contributing doc
i.e. All values are anonymous strings until "queried"
- Unlike original PR, no change in existing test output for un-referenced properties
- unused variables would theoretically result in a tiny improvement in parsing time
Compiling following less code:
@import (less) url(http://example.com/somefile.less);
Will fail with if npm 'request' package is not installed:
FileError: optional dependency 'request' required to import over http(s)
Continuous-integration builds now fail due to peer-dependency
issues. It appears that the `grunt-saucelabs` package does not
currently work with Grunt 1+. Future versions likely will, but for
now, rolling back to Grunt ~0.4.5 may allow the CI builds to
progress.