2.0.0 • Published 4 years ago

postcss-currency v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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