stormwarning / stylelint-config-recess-order

🗂️ Recess-based property sort order for Stylelint.
ISC License
354 stars 22 forks source link

Duplicated `word-spacing` property #361

Open germanfrelo opened 9 months ago

germanfrelo commented 9 months ago

I searched for duplicated properties in groups.js and found just one: word-spacing. It appears in both the "Typography" and "SVG Presentation Attributes" groups. See https://github.com/search?q=repo%3Astormwarning/stylelint-config-recess-order%20%27word-spacing%27&type=code.

Here is a demo. It's expected to be in the "SVG Presentation Attributes" group, possibly due to its placement after "Typography".

I suggest removing it from "SVG Presentation Attributes" and leaving it in "Typography", just like letter-spacing and similar properties.