css-vendor

WebJar for css-vendor

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

css-vendor
Last Version

Last Version

2.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

css-vendor
WebJar for css-vendor
Project URL

Project URL

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

Source Code Management

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

Download css-vendor

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : babel__runtime jar [7.8.3,8)
org.webjars.npm : is-in-browser jar [1.0.2,2)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0.8
2.0.7
2.0.5
0.3.8
0.2.0