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

/postcss-currency/

    Package Sidebar

    Install

    npm i postcss-currency

    Weekly Downloads

    14

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    5.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • talgautb