css-tuneup
v0.0.1
Published
tune up your css automatically
Downloads
2
Maintainers
Readme
CSS Tune Up
Tune up your CSS
Install
$ npm install css-tunup --save-dev
Feature & Docs
- [ ] :construction:
position: fixed;
w/transform: translateZ(0)
- [ ] Replace
top/left
withtransform: translate()
in animation or transition
1. position: fixed;
w/ transform: translateZ(0)
2. Replace top/left
with transform: translate()
in animation or transition