Skip to content

Commit f475754

Browse files
committed
README: color-shorthand
1 parent a7e8180 commit f475754

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
@@ -137,6 +137,20 @@ a { color: #FFF }
137137
a { color: #fff }
138138
```
139139
140+
### color-shorthand
141+
142+
Available values: `{Boolean}` `true` or `false`
143+
144+
Example: `{ "color-shorthand": true }`
145+
146+
```css
147+
/* before */
148+
b { color: #ffcc00 }
149+
150+
/* after */
151+
b { color: #fc0 }
152+
```
153+
140154
## Tests
141155
142156
Run `npm test` for tests.

0 commit comments

Comments
 (0)