Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)