|
|
3 lat temu | |
|---|---|---|
| .. | ||
| dist | 3 lat temu | |
| lib | 3 lat temu | |
| .babelrc | 3 lat temu | |
| .eslintrc | 3 lat temu | |
| LICENSE | 3 lat temu | |
| changelog.md | 3 lat temu | |
| karma.conf.js | 3 lat temu | |
| package.json | 3 lat temu | |
| readme.md | 3 lat temu | |
| tests.html | 3 lat temu | |
| tests.webpack.js | 3 lat temu | |
| webpack.config.js | 3 lat temu | |
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.
const styles = {
container: {
transform: 'translateX(100px)'
}
}
Compiles to:
.jss-0-0 {
transform: -webkit-translateX(100px);
}
File a bug against cssinjs/jss prefixed with [jss-vendor-prefixer].
npm i
npm run test
MIT