Closed DarkPreacher closed 6 years ago
Less variables are not supported currently. I think they could be supported. The keyword for them will be at-variables
. Same as stylelint-order keyword for them.
I won't be working on it, but PR is welcome.
I didn't know implementation already exists, made a PR https://github.com/hudochenkov/postcss-sorting/pull/80
Code example:
Config from VS Code:
Expected output — like in example, got:
Less is able to produce valid css out of this, but it looks awkward I think. Maybe there is some config to fix it?