We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8099850 commit a35a479Copy full SHA for a35a479
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### HEAD
2
3
+### 0.7.0 (November 27, 2015)
4
+
5
+* Add `beforeLint` function which allows imported CSS to be manipulated before linting
6
+* Flatten configuration options so that PostCSS specific settings are no longer
7
+inside `config: {}`.
8
9
### 0.6.0 (November 25, 2015)
10
11
* [Allow re-ordering](https://github.com/suitcss/preprocessor/pull/15) of the `use` plugins array from config
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
0 commit comments