css-font-size-keywords

List of CSS font size keywords.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
css-font-size-keywords
101.0.08 years ago8 years agoMinified + gzip package size for css-font-size-keywords in KB

Readme

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