Skip to content

Commit a7e8180

Browse files
committed
README: color-case
1 parent 6baf145 commit a7e8180

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ a { color: red }
8383
```
8484
8585
### colon-space
86+
8687
Available values:
8788
* `{Boolean}` true (means `after`)
8889
* `{String}`: `before`, `after`, `both` or any combination of whitespaces
@@ -123,6 +124,19 @@ a { color: red }
123124
a { color:red }
124125
```
125126
127+
### color-case
128+
129+
Available values: `{String}` `lower` or `upper`
130+
131+
Example: `{ "color-case": "lower" }`
132+
```css
133+
/* before */
134+
a { color: #FFF }
135+
136+
/* after */
137+
a { color: #fff }
138+
```
139+
126140
## Tests
127141
128142
Run `npm test` for tests.

0 commit comments

Comments
 (0)