https://github.com/1000ch/vscode-clean-css
Fully featured clean-css plugin for Visual Studio Code
https://github.com/1000ch/vscode-clean-css
clean-css css vscode vscode-extension
Last synced: about 2 months ago
JSON representation
Fully featured clean-css plugin for Visual Studio Code
- Host: GitHub
- URL: https://github.com/1000ch/vscode-clean-css
- Owner: 1000ch
- License: mit
- Created: 2021-09-22T14:46:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T03:46:58.000Z (about 2 years ago)
- Last Synced: 2024-06-13T07:29:00.908Z (about 2 years ago)
- Topics: clean-css, css, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=1000ch.clean-css
- Size: 1.42 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# vscode-clean-css 
Fully featured [clean-css](http://github.com/clean-css/clean-css) plugin for [Visual Studio Code](https://github.com/microsoft/vscode).
## Install
Execute `Extensions: Install Extensions` command from [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) (Cmd Shift P) and search by **clean-css**.
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-clean-css ~/.vscode/extensions/1000ch.clean-css-local
```
## Usage
Open the Command Palette (Cmd Shift P) and search following commands.
- **clean-css: Minify current CSS file**: to minify current CSS file
- **clean-css: Format current CSS file**: to format current CSS file
You can also execute these commands from context menu of [Explorer](https://code.visualstudio.com/docs/getstarted/userinterface#_explorer) or Editor.

## Config
You can configure [css-clean options](https://github.com/clean-css/clean-css#constructor-options) via [Configure Extension Settings](https://code.visualstudio.com/docs/editor/extension-gallery#_configuring-extensions).
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)