Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>CSS Cleaner PantherNew to Visual Studio Code? Get it now.
CSS Cleaner Panther

CSS Cleaner Panther

CSS cleaner

|
8 installs
| (0) | Free
Automatically merge CSS selectors and remove duplicates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSS Cleaner

VS Code extension for automatic CSS cleanup and optimization

License: MIT Status: In Development

Purpose

CSS Cleaner is an extension for Visual Studio Code that automatically optimizes CSS code in your project.

Features

  • ✅ Removes duplicate CSS rules
  • ✅ Merges scattered definitions of identical selectors
  • ✅ Supports *.css files
  • 🔄 Planned support for <style> sections in *.vue files

Future Roadmap

  • Support for React components (*.jsx, *.tsx)
  • Support for Angular components (*.component.ts)
  • Support for Svelte components (*.svelte)
  • A /removed/ folder with all removed assets
  • A JSON report (assets-cleaner-report.json) for transparency and review

🚀 Development Installation

Clone the repository:

git clone https://github.com/your-username/css-cleaner.git
cd css-cleaner

Install dependencies:

npm install

Build the project:

npm run build

Start development mode:

npm run dev

License

This project is licensed under the MIT License. See LICENSE for details.

Author

Mukhammad Mukiev
GitHub: @MukievMukhammad

Contact

If you have questions or suggestions, please create an Issue in the repository.


⭐ If you like this project, please give it a star on GitHub!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft