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 d30a069 commit 2736928Copy full SHA for 2736928
README.md
@@ -7,6 +7,7 @@ JSX components and .css files are plagiarized from [https://github.com/css-modul
7
## Install and build
8
9
```sh
10
+npm install -g typescript browserify typed-css-modules
11
npm install
12
npm run build
13
```
@@ -15,5 +16,9 @@ And open `dist/index.html`.
15
16
17
## Re-generate .css.d.ts
18
19
+```sh
20
+npm run dts
21
+```
22
+
23
## License
24
MIT
package.json
@@ -33,7 +33,9 @@
33
"brfs": "git://github.com/joshwnj/brfs.git#ignore-option",
34
"browserify": "^13.0.0",
35
"css-modulesify": "^0.16.1",
36
- "del": "^2.2.0"
+ "del": "^2.2.0",
37
+ "typed-css-modules": "^0.1.6",
38
+ "typescript": "^1.7.5"
39
},
40
"browserify": {
41
"transform": [
0 commit comments