Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 569 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 569 Bytes

PostCSS Brewbox Plugin Build Status

PostCSS plugin to demonstrate how to write a PostCSS plugin @ Brewbox.

.foo {
  brewbox: beer;
  brewbox: wine;
}
.foo {
  background-color: #FDB947;
  background-color: #37052A;
}

Usage

postcss([ require('postcss-brewbox-plugin') ])

See PostCSS docs for examples for your environment.