Organize and sort your CSS and SCSS properties effortlessly with this Visual Studio Code extension.
- Quickly sort properties in your CSS and SCSS files.
- Enhance code readability and maintainability.
- Compatible with both CSS and SCSS languages.
Production
- Launch Visual Studio Code.
- Go to Extensions (Ctrl+Shift+X).
- Search for CSS Property Sort.
- Install and reload the editor.
Development
- Press F5
- Open a CSS or SCSS file.
- Select the properties you want to organize (no selectors, only properties).
- In the Command Palette select Sort CSS/SCSS property list or press Ctrl+Alt+s (Windows/Linux) or Cmd+Alt+s (Mac).
- Adjust predefined property order
- Add the ability to sort selectors and nested selectors.
- Implement sorting for an entire file.
- Fork the repository.
- Clone your fork:
git clone https://github.com/julesdeckers/scss-property-sort.git
. - Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
This extension is maintained by julesdeckers.
Enjoy! 🎉
If you have any questions or suggestions, feel free to open an issue. We'd love to hear from you!