We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9ee98 commit 6451b7dCopy full SHA for 6451b7d
1 file changed
README.md
@@ -404,6 +404,30 @@ img { border: 0px }
404
img { border: 0 }
405
```
406
407
+### vendor-prefix-align
408
+
409
+Available value: `{Boolean}` `true`
410
411
+Example: `{ "vendor-prefix-align": true }`
412
413
+```css
414
+/* before */
415
+a
416
+{
417
+ -webkit-border-radius: 3px;
418
+ -moz-border-radius: 3px;
419
+ border-radius: 3px;
420
+}
421
422
+/* after */
423
424
425
426
427
428
429
+```
430
431
## Tests
432
433
Run `npm test` for tests.
0 commit comments