Skip to content

Commit

Permalink
add options description
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyaleksey committed Oct 30, 2018
1 parent 16950e9 commit f2fe01a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ into:
composes: className [... className] from "path/to/file.css";
```

## Options

- `failOnWrongOrder` `bool` generates exception for unpredictable imports order. See [check-import-order](test/check-import-order.js) for more details.

## Building

```
npm install
npm build
npm test
```

Expand Down

0 comments on commit f2fe01a

Please sign in to comment.