Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

stas-vilchik/prettier-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettier-css

Build Status NPM version

The project is highly inspired by prettier.

Usage

Install:

yarn add prettier-css 

or

npm install prettier-css

CLI

Run prettier-css through the CLI with this script.

prettier-css [filename ...]

(Don't forget the quotes around the globs! The quotes make sure that prettier-css expands the globs rather than your shell, for cross-platform usage.)