kstenschke/shifter-plugin

Option for CSS vendor properties before actual property

fisti opened this issue · 0 comments

fisti commented

Is it possible, to add option to sort CSS properties so that vendor prefixed ones would be placed immediately before actual properties?

Additional info: https://css-tricks.com/ordering-css3-properties/#article-header-id-0

Current state:

Shifting a selection from a CSS file, sorts all attributes inside their selectors (alphabetically, vendor-attributes and vendor-styles at the end)
Shifting selected attribute-style lines inside a CSS (or LESS or SASS) file, sorts them (alphabetically, vendor-attributes and vendor-styles at the end)