Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
Beautify CSS and SCSS
- Host: GitHub
- URL: https://github.com/sindresorhus/atom-perfectionist
- Owner: sindresorhus
- License: mit
- Archived: true
- Created: 2015-09-08T10:33:24.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T08:04:43.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T18:23:04.765Z (6 months ago)
- Topics: atom-package, atom-plugin, beautify, css, deprecated, formatter, perfectionist, scss
- Language: JavaScript
- Homepage: https://atom.io/packages/perfectionist
- Size: 14.6 KB
- Stars: 19
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)