css-font-size-keywords

List of CSS font size keywords.

MIT 1 个版本
安装
npm install css-font-size-keywords
yarn add css-font-size-keywords
pnpm add css-font-size-keywords
bun add css-font-size-keywords
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"
]
*/
版本列表
1.0.0 2015-09-27