css-font-size-keywords

WebJar for css-font-size-keywords

License

License

MIT
Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-font-size-keywords
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

css-font-size-keywords
WebJar for css-font-size-keywords
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jedmao/css-font-size-keywords

Download css-font-size-keywords

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/css-font-size-keywords/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>css-font-size-keywords</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/css-font-size-keywords/
implementation 'org.webjars.npm:css-font-size-keywords:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/css-font-size-keywords/
implementation ("org.webjars.npm:css-font-size-keywords:1.0.0")
'org.webjars.npm:css-font-size-keywords:jar:1.0.0'
<dependency org="org.webjars.npm" name="css-font-size-keywords" rev="1.0.0">
  <artifact name="css-font-size-keywords" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='css-font-size-keywords', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "css-font-size-keywords" % "1.0.0"
[org.webjars.npm/css-font-size-keywords "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0