PostCSS Currency 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