Closed movahhedi closed 4 weeks ago
It would make order unreliable.
For example, both of these examples would pass linting with your config:
a {
padding-inline: 10px;
padding-left: 20px;
padding-right: 30px;
}
a {
padding-right: 30px;
padding-left: 20px;
padding-inline: 10px;
}
Some like me just want to group the properties, like margins just to be next to each other.
This adds footguns as I showed in previous comment. It's not like it really very helpful. Usually config is done once. And then very rarely new properties added to it. So I see no problem to list properties without globs or regexes.
Hello, Can Glob/Regex/Minimatch support be added for
order/properties-order
.properties
?Example: