hyphenate-style-name

WebJar for hyphenate-style-name

Лицензия

Лицензия

BSD 3-Clause
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

hyphenate-style-name
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

hyphenate-style-name
WebJar for hyphenate-style-name
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать hyphenate-style-name

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1