8.0.1 • Published 6 years ago
jss-vendor-prefixer v8.0.1
JSS plugin that handles vendor prefixes in the browser
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
8.0.1
6 years ago
8.0.0
7 years ago
7.0.0
7 years ago
6.0.0
7 years ago
5.1.0
8 years ago
5.0.0
8 years ago
4.0.0
8 years ago
3.0.3
8 years ago
3.0.2
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago
2.0.0
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.3.0
9 years ago
0.2.2
9 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago