Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1000ch/atom-stylefmt
Format your CSS using stylefmt.
https://github.com/1000ch/atom-stylefmt
atom css format stylefmt
Last synced: 20 days ago
JSON representation
Format your CSS using stylefmt.
- Host: GitHub
- URL: https://github.com/1000ch/atom-stylefmt
- Owner: 1000ch
- License: mit
- Created: 2015-08-06T05:20:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T16:11:56.000Z (over 7 years ago)
- Last Synced: 2024-10-11T23:52:02.720Z (about 1 month ago)
- Topics: atom, css, format, stylefmt
- Language: JavaScript
- Homepage: https://atom.io/packages/stylefmt
- Size: 628 KB
- Stars: 33
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# [atom-stylefmt](https://atom.io/packages/stylefmt)
Format your CSS with [stylefmt](https://github.com/morishitter/stylefmt).
[![Build Status](https://travis-ci.org/1000ch/atom-stylefmt.svg?branch=master)](https://travis-ci.org/1000ch/atom-stylefmt)
[![Build status](https://ci.appveyor.com/api/projects/status/8ba8b9j1wftgem1q/branch/master?svg=true)](https://ci.appveyor.com/project/1000ch/atom-stylefmt/branch/master)
[![Build Status](https://circleci.com/gh/1000ch/atom-stylefmt/tree/master.svg?style=shield&circle-token=948bf903ddab915de586ad0afe69cee03dcf3ca1)](https://circleci.com/gh/1000ch/atom-stylefmt)
[![Dependency Status](https://david-dm.org/1000ch/atom-stylefmt.svg)](https://david-dm.org/1000ch/atom-stylefmt)
[![devDependency Status](https://david-dm.org/1000ch/atom-stylefmt/dev-status.svg)](https://david-dm.org/1000ch/atom-stylefmt?type=dev)![demo](https://cloud.githubusercontent.com/assets/1800018/24595005/62981086-186d-11e7-9a61-aa31f5d8cb72.gif)
## Install
```bash
$ apm install stylefmt
```## Usage
- Packages > stylefmt > Format CSS
- Context Menu > Format CSS
- Command Palette (⌘ + shift + P) > Format CSS## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)