atom-postcss-sorting
atom-postcss-sorting copied to clipboard
Atom editor plugin to sort CSS rules content with specified order.
Would be great to see this support Vue single file components!
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.23.3 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.3 **Thrown From**: [postcss-sorting](https://github.com/lysyi3m/atom-postcss-sorting) package 2.10.0 ### Stack Trace Uncaught TypeError: Cannot read...
If I enable "On save", this package seems to sort properties on save on in any Atom window, regardless of whether that project has a `postcssSortingConfig` or equivalent in `package.json`....
It would be great if this package could respect the main config for postcss-sorting in my `package.json` e.g. ```js "postcss": { "plugins": { "postcss-import": {}, "postcss-nested": {}, "postcss-sorting": { "properties-order":...
`:17:3: Unknown word` ``` .iconButton { cursor: pointer; color: @grey; &:hover { color: @blue; } } .buttons { position: absolute; top: 5px; right: 0; opacity: 0.5; & > * {...
Fix #26 Waiting for https://github.com/webschik/postcss-less/issues/60