Closed NE-SmallTown closed 6 years ago
It won't going to happen. Explanation in related repository https://github.com/hudochenkov/stylelint-order/issues/43#issuecomment-331741788:
There are multiple reasons we won't have wildcard support for properties:
- It will increase code complexity without much benefit. Config verbosity is a problem, but properties order isn't a thing, which will often be changed.
- List of all properties is available, and all properties could be easily copied to config.
If do this, we can just use
/^margin/
rather thanmargin
,margin-top
,margin-right
....