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 246c158 commit d24e671Copy full SHA for d24e671
README.md
@@ -21,10 +21,36 @@ into:
21
}
22
```
23
24
-## Development
+## 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
33
34
35
npm install
-npm run watch
36
+npm build
37
npm test
38
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