Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)