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.