scss-lint-plugin
scss-lint-plugin copied to clipboard
PropertySortOrderFix does not respect `order` settings
Despite the fact that I have specified concentric order when I press alt + enter and chose "Sort Properties" the plugin sorts everything alphabetically anyway.
PropertySortOrder:
enabled: true
order: concentric
ignore_unspecified: false
separate_groups: false
The same issue for me... :(
PropertySortOrder:
enabled: true
ignore_unspecified: true
severity: warning
order: [
"position",
"top",
"right",
"bottom",
"left",
"z-index",
"display",
"float",
"width",
... (and so on)
But it sort alphabetically...
I see this issue too, any news on a fix?
Any update on a fix for this?
No plans to implement this? As of https://github.com/idok/scss-lint-plugin/commit/1ec04cf1e6454b39c684c0a76396b4d129e62de1 properties are still being always sorted alphabetically.
Don't know when and if I will get to this, a PR is, as always, welcomed.
I'd be willing to put a financial bounty on this if someone wants to add the feature in?