https://github.com/1000ch/atom-csso
Minify CSS with CSSO
https://github.com/1000ch/atom-csso
atom atom-plugin css csso
Last synced: 2 months ago
JSON representation
Minify CSS with CSSO
- Host: GitHub
- URL: https://github.com/1000ch/atom-csso
- Owner: 1000ch
- License: mit
- Created: 2014-03-06T15:24:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:40:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T07:43:58.064Z (4 months ago)
- Topics: atom, atom-plugin, css, csso
- Language: JavaScript
- Homepage: https://atom.io/packages/csso
- Size: 269 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# atom-[csso](https://atom.io/packages/csso)
Minify CSS with [CSSO](http://github.com/css/csso).
[](https://travis-ci.org/1000ch/atom-csso)
[](https://david-dm.org/1000ch/atom-csso)
[](https://david-dm.org/1000ch/atom-csso?type=dev)
## Install
```bash
$ apm install csso
```## Usage
- Packages > CSSO > **Minify CSS**
- Context Menu > **Minify CSS**
- Command Palette (⌘ + shift + P) > **Minify CSS**## Config
### Restructure
Restructure CSS on minify.
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)