Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sindresorhus/atom-perfectionist

Beautify CSS and SCSS
https://github.com/sindresorhus/atom-perfectionist

atom-package atom-plugin beautify css deprecated formatter perfectionist scss

Last synced: 2 days ago
JSON representation

Beautify CSS and SCSS

Awesome Lists containing this project

README

        

# Deprecated

The Perfectionist project is no longer maintained.

---

# perfectionist

> Beautify CSS and SCSS with [Perfectionist](https://github.com/ben-eb/perfectionist)

*Issues with the output should be reported on the Perfectionist [issue tracker](https://github.com/ben-eb/perfectionist/issues).*

## Install

```
$ apm install perfectionist
```

Or, Settings → Install → Search for `perfectionist`

## Usage

Open the Command Palette and type `beautify css` or `perfectionist`.

You can also select some CSS or SCSS in a HTML file and do the above.

There's a `Format On Save` option and more in the settings.

## Keyboard shortcut

Set the keyboard shortcut you want in your [keymap](http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings):

```cson
'atom-text-editor':
'cmd-shift-x': 'perfectionist:beautify-css'
```

## License

MIT © [Sindre Sorhus](https://sindresorhus.com)