Skip to content

Commit ca7a66b

Browse files
authored
Add missing SVG properties (#426)
1 parent 6e0d3a7 commit ca7a66b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/ten-dodos-watch.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'stylelint-config-recess-order': minor
3+
---
4+
5+
Add missing SVG properties
6+
7+
- [`marker`](https://developer.mozilla.org/en-US/docs/Web/CSS/marker)
8+
- [`paint-order`](https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order)
9+
- [`text-rendering`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-rendering)

groups.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,13 +690,16 @@ const propertyGroups = [
690690
'flood-opacity',
691691
'lighting-color',
692692

693+
'marker',
693694
'marker-start',
694695
'marker-mid',
695696
'marker-end',
696697
'stop-color',
697698
'stop-opacity',
698699

700+
'paint-order',
699701
'shape-rendering',
702+
'text-rendering',
700703
],
701704
},
702705

0 commit comments

Comments
 (0)