UNPKG

postcss-font-weight-names

Version:

PostCSS plugin to convert commonly used font-weight names i.e. Thin, Semi Bold, Heavy, etc.. to a numeric font-weight

33 lines (32 loc) 864 B
{ "name": "postcss-font-weight-names", "version": "1.1.0", "description": "PostCSS plugin to convert commonly used font-weight names i.e. Thin, Semi Bold, Heavy, etc.. to a numeric font-weight", "keywords": [ "postcss", "css", "postcss-plugin", "font-weight" ], "author": "Dan Gamble <dangamble89@gmail.com>", "license": "MIT", "repository": "dan-gamble/postcss-font-weight-names", "bugs": { "url": "https://github.com/dan-gamble/postcss-font-weight-names/issues" }, "homepage": "https://github.com/dan-gamble/postcss-font-weight-names", "dependencies": { "postcss": "^5.0.16" }, "devDependencies": { "ava": "^0.12.0", "eslint": "^2.1.0", "eslint-config-postcss": "^2.0.0" }, "scripts": { "test": "ava && eslint *.js" }, "eslintConfig": { "extends": "eslint-config-postcss/es5" } }