talgautb · GitHub

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

About

PostCSS plugin replaces name of currency with symbols

Topics

Resources

Readme

MIT license

Activity

Stars

16 stars

Watchers

1 watching

Forks

3 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗