css-vendor

WebJar for css-vendor

Лицензия

Лицензия

MIT
Группа

Группа

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

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

css-vendor
Последняя версия

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

2.0.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

css-vendor
WebJar for css-vendor
Ссылка на сайт

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

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

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

https://github.com/cssinjs/css-vendor

Скачать css-vendor

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : babel__runtime jar [7.8.3,8)
org.webjars.npm : is-in-browser jar [1.0.2,2)

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

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

Build Status Greenkeeper badge

CSS vendor prefix detection and property feature testing.

Vendor prefixes

console.log(cssVendor.prefix.js) // e.g. WebkitTransform

console.log(cssVendor.prefix.css) // e.g. -webkit-transform

Property support feature test

cssVendor.supportedProperty(prop)

Test if property is supported, returns false if not. Returns string if supported. May add a vendor prefix if needed.

console.log(cssVendor.supportedProperty('animation')) // e.g. -webkit-animation

Value support feature test

cssVendor.supportedValue(prop, value)

Test if value is supported, returns false if not. Returns string if supported. May add a vendor prefix if needed.

console.log(cssVendor.supportedValue('display', 'flex')) // e.g. -webkit-flex

Run tests

yarn
yarn test

License

MIT

org.webjars.npm

JSS

This project contains a core library, plugins and number of related reusable packages.

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

Версия
2.0.8
2.0.7
2.0.5
0.3.8
0.2.0