postcss-filter-tint

PostCSS plugin to add tint filter to element

Usage no npm install needed!

<script type="module">
  import postcssFilterTint from 'https://cdn.skypack.dev/postcss-filter-tint';
</script>

README

PostCSS Filter Tint Build Status

PostCSS plugin to add tint filter to element.

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

Usage

postcss([ require('postcss-filter-tint') ])

See PostCSS docs for examples for your environment.