We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e8180 commit f475754Copy full SHA for f475754
1 file changed
README.md
@@ -137,6 +137,20 @@ a { color: #FFF }
137
a { color: #fff }
138
```
139
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
154
## Tests
155
156
Run `npm test` for tests.
0 commit comments