postcss-currency

PostCSS plugin replaces the name of currency with symbols.

Usage no npm install needed!

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

README

PostCSS Currency Build Status NPM version

PostCSS plugin replaces the name of currency with symbols.

.foo:after {
    content: 'kzt'
}
.foo:after {
    content: '₸'
}

Usage

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

See PostCSS docs for examples for your environment.

License

MIT © talgautb