Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cssoNew to Visual Studio Code? Get it now.
csso

csso

1000ch

|
2,449 installs
| (2) | Free
Minify CSS with CSSO
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-csso GitHub Actions Status

Minify CSS with CSSO.

Install

Execute Extensions: Install Extensions command from Command Palette (Cmd Shift P) and search by csso.

Also you can install this extension locally by putting symbolic link from ~/.vscode/extensions to ~/path/to/this/repo like below.

$ ln -s ~/workspace/github.com/1000ch/vscode-csso  ~/.vscode/extensions/1000ch.csso-local

Usage

Open the Command Palette (Cmd Shift P) and search following commands.

  • csso: Minify current CSS file: to minify current CSS file
  • csso: Minify selected part of CSS: to minify selected part of CSS

You can also execute these commands from context menu of Explorer or Editor.

You can use commands from the context menu of editor view

Config

restructure

true as default. If you want to disable, set false.

License

MIT © Shogo Sensui

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