Skip to content

Commit a35a479

Browse files
committed
0.7.0
1 parent 8099850 commit a35a479

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### HEAD
22

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+
39
### 0.6.0 (November 25, 2015)
410

511
* [Allow re-ordering](https://github.com/suitcss/preprocessor/pull/15) of the `use` plugins array from config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-preprocessor",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)