1.0.0 • Published 9 years ago

css-font-size-keywords v1.0.0

Weekly downloads
116,098
License
MIT
Repository
github
Last release
9 years ago

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"
]
*/