Closed pavelbinar closed 10 years ago
Thanks for the feedback, I'm happy to hear you find the plugin useful. I've received other requests regarding this issue and I'm considering adding a quick fix to sort properties in a future version.
+1
Brilliant! Thank you. :+1:
How is it going to work in future version? Any time estimate for next version release?
Version 1.0.8 is available. http://plugins.jetbrains.com/plugin/7530
Nice, thanks. How shall I use it? I have latest version and I see the SCSS Lint message about properties sorting.
How can I sort them?
Place cursor on the lint error, alt+enter will open the quick fix menu, select 'Sort Properties'
:+1: got it! Thanks. BTW: I use "Reformat Code" feature in WebStorm which sorts the properties not according to SCSS Lint. Perhaps I shall file the an feature request...
Hi,
Thanks for this great plugin! My common SCSS Lint warning is: "Properties should be sorted in order, with vendor-prefixed extensions before the standardized CSS property"
https://github.com/causes/scss-lint/blob/master/lib/scss_lint/linter/property_sort_order.rb#L136-L137
Do you know any tool / plugin for WebStorm which is doing such CSS sorting?