All Projects → talgautb → postcss-currency

talgautb / postcss-currency

Licence: MIT license
PostCSS plugin replaces name of currency with symbols

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to postcss-currency

postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (+27.78%)
Mutual labels:  postcss
postcsslayouts
This is the repository for my course, Building a Responsive Single-Page Design with PostCSS on LinkedIn Learning and Lynda.com.
Stars: ✭ 22 (+22.22%)
Mutual labels:  postcss
tailwind-caret-color
Tailwindcss plugin to color caret in input fields
Stars: ✭ 12 (-33.33%)
Mutual labels:  postcss
postcss-flexible
🔲 dpr/rem/url transformer for flexible
Stars: ✭ 19 (+5.56%)
Mutual labels:  postcss
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-5.56%)
Mutual labels:  currency
postcss-variable-compress
Minifies css variable names
Stars: ✭ 18 (+0%)
Mutual labels:  postcss
Guide-to-Swift-Numbers-Sample-Code
Xcode Playground Sample Code for the Flight School Guide to Swift Numbers
Stars: ✭ 92 (+411.11%)
Mutual labels:  currency
numberfmt
Number formatting using a text pattern and native Intl.NumberFormat()
Stars: ✭ 17 (-5.56%)
Mutual labels:  currency
postcss-font-pack
PostCSS plugin to simplify font declarations by validating only configured font packs are used and adding fallbacks.
Stars: ✭ 18 (+0%)
Mutual labels:  postcss
react-native-money
A fully native TextInput component that allows currency input with a right to left text alignment
Stars: ✭ 45 (+150%)
Mutual labels:  currency
money-parser
Price and currency parsing utility
Stars: ✭ 26 (+44.44%)
Mutual labels:  currency
gulp-boilerplate
Gulp boilerplate
Stars: ✭ 24 (+33.33%)
Mutual labels:  postcss
react.js
A boilerplate for react js project. 基于 reactjs+redux+webpack2 的单页应用项目模板。
Stars: ✭ 28 (+55.56%)
Mutual labels:  postcss
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (+261.11%)
Mutual labels:  currency
antares-front-end
💻 Anatres Project Front-end Implementation. Create projects with clean material-design layouts, to improve user experience with fully responsive and elastic system. Object orientend javascript with Vue components, easy to use css grids, forms, widgets, build system based on Webpack and Grunt, and many more.
Stars: ✭ 35 (+94.44%)
Mutual labels:  postcss
injected-css
{:;} CSS in JS
Stars: ✭ 18 (+0%)
Mutual labels:  postcss
LEAmountInputView
Amount Input View (inspired by Square's design)
Stars: ✭ 44 (+144.44%)
Mutual labels:  currency
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+28538.89%)
Mutual labels:  currency
FXCM currency
Using Machine Learning for live currency trading
Stars: ✭ 29 (+61.11%)
Mutual labels:  currency
postcss-egyptian-stylesheets
PostCSS plugin for writing Egyptian Style Sheets. Feel free to PR
Stars: ✭ 17 (-5.56%)
Mutual labels:  postcss

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].