Skip to content

Commit

Permalink
Change sections order
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 4, 2021
1 parent eff5162 commit f519136
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@

CSSO (CSS Optimizer) is a CSS minifier. It performs three sort of transformations: cleaning (removing redundants), compression (replacement for the shorter forms) and restructuring (merge of declarations, rules and so on). As a result an output CSS becomes much smaller in size.

## Ready to use

- [Web interface](http://css.github.io/csso/csso.html)
- [csso-cli](https://github.com/css/csso-cli) – command line interface
- [gulp-csso](https://github.com/ben-eb/gulp-csso)`Gulp` plugin
- [grunt-csso](https://github.com/t32k/grunt-csso)`Grunt` plugin
- [broccoli-csso](https://github.com/sindresorhus/broccoli-csso)`Broccoli` plugin
- [postcss-csso](https://github.com/lahmatiy/postcss-csso)`PostCSS` plugin
- [csso-loader](https://github.com/sandark7/csso-loader)`webpack` loader
- [csso-webpack-plugin](https://github.com/zoobestik/csso-webpack-plugin)`webpack` plugin
- [CSSO Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=Aneryu.csso)
- [vscode-csso](https://github.com/1000ch/vscode-csso) - Visual Studio Code plugin
- [atom-csso](https://github.com/1000ch/atom-csso) - Atom plugin
- [Sublime-csso](https://github.com/1000ch/Sublime-csso) - Sublime plugin

## Install

```
Expand Down Expand Up @@ -88,6 +73,21 @@ console.log(minifiedCss);

> Warning: CSSO doesn't guarantee API behind a `syntax` field as well as AST format. Both might be changed with changes in CSSTree. If you rely heavily on `syntax` API, a better option might be to use CSSTree directly.
## Related projects

- [Web interface](http://css.github.io/csso/csso.html)
- [csso-cli](https://github.com/css/csso-cli) – command line interface
- [gulp-csso](https://github.com/ben-eb/gulp-csso)`Gulp` plugin
- [grunt-csso](https://github.com/t32k/grunt-csso)`Grunt` plugin
- [broccoli-csso](https://github.com/sindresorhus/broccoli-csso)`Broccoli` plugin
- [postcss-csso](https://github.com/lahmatiy/postcss-csso)`PostCSS` plugin
- [csso-loader](https://github.com/sandark7/csso-loader)`webpack` loader
- [csso-webpack-plugin](https://github.com/zoobestik/csso-webpack-plugin)`webpack` plugin
- [CSSO Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=Aneryu.csso)
- [vscode-csso](https://github.com/1000ch/vscode-csso) - Visual Studio Code plugin
- [atom-csso](https://github.com/1000ch/atom-csso) - Atom plugin
- [Sublime-csso](https://github.com/1000ch/Sublime-csso) - Sublime plugin

## API

<!-- TOC depthfrom:3 -->
Expand Down

0 comments on commit f519136

Please sign in to comment.