css-module-sync 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/README.md +0 -22
package/package.json
CHANGED
package/README.md
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# css-module-sync
|
|
3
|
-
Auto sync css module classes with react components.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Install
|
|
7
|
-
```bash
|
|
8
|
-
npm install css-module-sync
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
### Usage
|
|
12
|
-
```bash
|
|
13
|
-
npx css-sync
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
### Options
|
|
17
|
-
|
|
18
|
-
| Option | Description |
|
|
19
|
-
|---------|----------------------------------------------------------|
|
|
20
|
-
| --watch | Watches components all time and keeps styles in sync |
|
|
21
|
-
| --dir | Directory to watch (default is `src`) |
|
|
22
|
-
| --gen | Auto generates `.module.css` files for `.jsx` / `.tsx` files. Filename must start with uppercase letter and contain no spaces |
|