hyphenate-style-name

WebJar for hyphenate-style-name

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

hyphenate-style-name
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

hyphenate-style-name
WebJar for hyphenate-style-name
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/rexxars/hyphenate-style-name

Download hyphenate-style-name

How to add to project

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

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.

hyphenate-style-name

npm versionnpmnpm bundle sizeBuild Status

Hyphenates a camelcased CSS property name. For example:

  • backgroundColor => background-color
  • MozTransition => -moz-transition
  • msTransition => -ms-transition
  • color => color

Installation

$ npm install --save hyphenate-style-name

Usage

var hyphenateStyleName = require('hyphenate-style-name')

console.log(hyphenateStyleName('MozTransition')) // -moz-transition

License

BSD-3-Clause licensed. See LICENSE.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1