jss-vendor-prefixer

8.0.1 • Public • Published

JSS plugin that handles vendor prefixes in the browser

Gitter

This vendor prefixer knows which properties and values are supported in the current runtime and changes only whats required. The best thing is - you don't need to download all of them. Also it is very fast, all checks are cached.

Make sure you read how to use plugins in general.

Example

const styles = {
  container: {
    transform: 'translateX(100px)'
  }
}

Compiles to:

.jss-0-0 {
  transform: -webkit-translateX(100px);
}

Issues

File a bug against cssinjs/jss prefixed with [jss-vendor-prefixer].

Run tests

npm i
npm run test

License

MIT

Package Sidebar

Install

npm i jss-vendor-prefixer

Weekly Downloads

96,740

Version

8.0.1

License

MIT

Unpacked Size

629 kB

Total Files

18

Last publish

Collaborators

  • kof