https://github.com/1000ch/vscode-csso
Minify CSS with CSSO.
https://github.com/1000ch/vscode-csso
css csso vscode vscode-extension
Last synced: over 1 year ago
JSON representation
Minify CSS with CSSO.
- Host: GitHub
- URL: https://github.com/1000ch/vscode-csso
- Owner: 1000ch
- License: mit
- Created: 2018-03-17T08:56:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T08:34:51.000Z (about 2 years ago)
- Last Synced: 2025-03-18T01:51:25.732Z (over 1 year ago)
- Topics: css, csso, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=1000ch.csso
- Size: 477 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# vscode-csso [](https://github.com/1000ch/vscode-csso/actions/workflows/test.yml)
Minify CSS with [CSSO](http://github.com/css/csso).
## Install
Execute `Extensions: Install Extensions` command from [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_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.
```bash
$ 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](https://code.visualstudio.com/docs/getstarted/userinterface#_explorer) or Editor.

## Config
### [restructure](https://github.com/css/csso#compressast-options)
`true` as default. If you want to disable, set `false`.
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)