Closed Scipionh closed 1 year ago
I would like to force the content of my selector to always follow the following skeleton;
1) Properties 2) Pseudo classes 3) Pseudo elements 4) Class/id/attribute modifiers (by instance &.is-error, ...) 5) Sibling selectors 6) Descendant selectors
&.is-error
I don't think there is a way to implement that yet with this plugin. Is that something that could be considered ?
You may try to achieve this with extended rule objects. You'll have to write a lot of RegEx.
I would like to force the content of my selector to always follow the following skeleton;
1) Properties 2) Pseudo classes 3) Pseudo elements 4) Class/id/attribute modifiers (by instance
&.is-error
, ...) 5) Sibling selectors 6) Descendant selectorsI don't think there is a way to implement that yet with this plugin. Is that something that could be considered ?