postcss-currency

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i postcss-currency

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

5.5 kB

Total Files

6

Last publish

Collaborators

  • talgautb