0.0.2 • Published 7 years ago

postcss-beard-spacing v0.0.2

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

PostCSS Beard Spacing Build Status

PostCSS plugin to generate padding and margin utilities based on a scale.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-beard-spacing') ])

See PostCSS docs for examples for your environment.