1.0.3 • Published 6 years ago

postcss-standards v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

PostCSS Standards Build Status

PostCSS plugin to keep your style in order follow Idiomatic css

Install

$ npm install postcss-standards

Options

  • throwValidateErrors: boolean. Default to true.

  • properties: Properties order. Default to Idiomatic css standards

Usage

postcss([ require('postcss-standards') ])

See PostCSS docs for examples for your environment.