Skip to content

Commit d24e671

Browse files
committed
expanded the readme
1 parent 246c158 commit d24e671

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,36 @@ into:
2121
}
2222
```
2323

24-
## Development
24+
## Specification
25+
26+
- Only a certain whitelist of properties are inspected. Currently, that whitelist is `['extends']` alone.
27+
- An extend-import has the following format:
28+
```
29+
extends: className [... className] from "path/to/file.css";
30+
```
31+
32+
## Building
2533

2634
```
2735
npm install
28-
npm run watch
36+
npm build
2937
npm test
3038
```
39+
40+
## Development
41+
42+
- `npm watch` will watch `index.src.js` for changes and rebuild
43+
- `npm autotest` will watch `index.src.js` and `test.js` for changes and retest
44+
45+
## License
46+
47+
ISC
48+
49+
## With thanks
50+
51+
- Mark Dalgleish
52+
- Tobias Koppers
53+
- Guy Bedford
54+
55+
---
56+
Glen Maddern, 2015.

0 commit comments

Comments
 (0)