Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1000ch/atom-csso
Minify CSS with CSSO
https://github.com/1000ch/atom-csso
atom atom-plugin css csso
Last synced: 6 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:40:13.000Z (over 3 years ago)
- Last Synced: 2024-10-30T11:53:18.353Z (about 2 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).
[![Build Status](https://travis-ci.org/1000ch/atom-csso.svg?branch=master)](https://travis-ci.org/1000ch/atom-csso)
[![Dependency Status](https://david-dm.org/1000ch/atom-csso.svg)](https://david-dm.org/1000ch/atom-csso)
[![devDependency Status](https://david-dm.org/1000ch/atom-csso/dev-status.svg)](https://david-dm.org/1000ch/atom-csso?type=dev)![demo](https://cloud.githubusercontent.com/assets/1800018/24584846/539b0992-17b6-11e7-8617-5068ac30403e.gif)
## 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)