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

csso

Aneryu

|
1,458 installs
| (2) | Free
use csso to make css code smaller
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

csso README

This extension is to format your code by csso.

Features

It format this

.foo { color: #ff0000; }
.bar { color: rgba(255, 0, 0, 1); }

.foo { color: #ff0000; }
.bar { color: rgba(255, 0, 0, 1); }

to this

.bar,
.foo {
    color: red
}

Requirements

If you install Beautify look better ~

Extension Settings

No need setting current

Known Issues

Release Notes

It's really can work, and adapt with Beautify

1.0.0

Just work!

Enjoy!

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