/postcss-currency

PostCSS plugin replaces name of currency with symbols

Primary LanguageJavaScriptMIT LicenseMIT

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