/postcss-test

Primary LanguageJavaScriptMIT LicenseMIT

PostCSS Test Build Status

PostCSS plugin test.

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

Usage

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

See PostCSS docs for examples for your environment.