font-weight variables for css
$ npm install css-fontweight --save
@import "../node_modules/css-fontweight/index.css";
.element {
font-weight: var(--font-weight-light);
}
Using Common weight name mapping from MDN.
See http://caniuse.com/#feat=css-variables and https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
- css-easing: Easing variables for css
MIT