You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
juncheng.li 27cf5ae2d3 add modules 2 years ago
..
.npmignore add modules 2 years ago
CHANGELOG.md add modules 2 years ago
LICENSE add modules 2 years ago
README.md add modules 2 years ago
index.json add modules 2 years ago
package.json add modules 2 years ago

README.md

css-font-size-keywords

List of CSS font size keywords:

  • xx-small
  • x-small
  • small
  • medium
  • large
  • x-large
  • xx-large
  • larger
  • smaller

Installation

npm install css-font-size-keywords [--save[-dev]]

Usage

var cssFontSizeKeywords = require('css-font-size-keywords');
cssFontSizeKeywords; /*
[
	"xx-small",
	"x-small",
	"small",
	"medium",
	"large",
	"x-large",
	"xx-large",
	"larger",
	"smaller"
]
*/