Socket
Socket
Sign inDemoInstall

postcss-currency

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    postcss-currency

PostCSS plugin replaces the name of currency with symbols.


Version published
Maintainers
1
Install size
9.69 kB
Created

Changelog

Source

2.0.0 - 17.10.2020

  • Changed postcss dependency version to 8, plugin migration guide. Note: PostCSS 8 dropped Node.js 6.x, 8.x, 11.x, and 13.x versions support.
  • Changed Node.js version support for Travis, minimal version now is 10
  • Changed eslint, gulp-mocha dependencies to the latest, they also dropped Node.js v8
  • Removed eslint-config-postcss dependency, because es5 config was removed and project defaults were improved

Readme

Source

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

Keywords

FAQs

Last updated on 19 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc