Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

css-font-stretch-keywords

jedmao942.1kMIT1.0.1

List of CSS font stretch keywords.

css, font, stretch, keywords

readme

css-font-stretch-keywords

List of CSS font stretches:

  • normal
  • condensed
  • semi-condensed
  • extra-condensed
  • ultra-condensed
  • expanded
  • semi-expanded
  • extra-expanded
  • ultra-expanded

Installation

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

Usage

var fontStretchKeywords = require('css-font-stretch-keywords');
fontStretchKeywords; /*
[
    "normal",
    "condensed",
    "semi-condensed",
    "extra-condensed",
    "ultra-condensed",
    "expanded",
    "semi-expanded",
    "extra-expanded",
    "ultra-expanded"
]
*/

changelog

1.0.1

  • Update npm description, keywords.

1.0.0

  • Initial release.