CSS Cleaner
VS Code extension for automatic CSS cleanup and optimization

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
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!
| |