vscode-postcss-sorting icon indicating copy to clipboard operation
vscode-postcss-sorting copied to clipboard

:electric_plug: VS Code plugin to sort CSS rules content with specified order.

Results 14 vscode-postcss-sorting issues
Sort by recently updated
recently updated
newest added

### Environment * VSCode Version: 1.66.2 * OS Version: Windows 11 ### Actual behavior nothing happens when I run "PostCSS Sorting: Run" ### Expected behavior it should sort ### Steps...

### Environment * VSCode Version: 1.20.0-insider 2017-12-20T06:03:37.761Z * OS Version: 10.12.6 ### Actual behavior Run command on an SCSS file. Nothing changes. ### Expected behavior Expect attributes to sort ###...

Type: Need More Details
Priority: Low

- Issue Type: `Performance` - Extension Name: `vscode-postcss-sorting` - Extension Version: `3.0.1` - OS Version: `Linux x64 5.7.0-1-amd64` - VSCode version: `1.47.0-insider` [mrmlnc.vscode-postcss-sorting-unresponsive.cpuprofile.txt](https://github.com/mrmlnc/vscode-postcss-sorting/files/4885979/mrmlnc.vscode-postcss-sorting-unresponsive.cpuprofile.txt) Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load

Type: Enhancement
Priority: Low
hacktoberfest

### Environment * VSCode Version: 1.52.1 * OS Version: Linux x64 4.15.0-132-generic * Node.js: 12.14.1 ### Actual behavior First i put array with smacss order in settings.json in VisualStudioCode. It...

### Environment * VSCode Version: 1.30.1 * OS Version: Windows 8.1 - version 6.3.9600 ### Actual behavior Doing _F1_, then _PostCSS Sorting: Run_ results in the following: > [Stylefmt] >...

### Environment * VSCode Version: 1.29.1 * OS Version: macOS 10.14.1 ### Actual behavior I've installed both PostCSS Sorting and Beautify, but only one will run when "editor.formatOnSaveVSCode" is true,...

### Environment * VSCode Version: 1.29 * OS Version: Windows 10 ### Actual behavior Using attrsSorter.execute and postcssSorting.execute at the same time disable postcssSorting sorting. ### Steps to reproduce Using...

Hi @mrmlnc I made a gist [SMACSS sorting rules](https://gist.github.com/raziel8/14061481ae5643751884102247bee52d) it's a json file ready to import directly in VS code settings.| Using the `F1` + `PostCSS Sorting: Run` now it...