css-tuneup

tune up your css automatically

Usage no npm install needed!

<script type="module">
  import cssTuneup from 'https://cdn.skypack.dev/css-tuneup';
</script>

README

CSS Tune Up

[npm package][releases]

Tune up your CSS

Install

$ npm install css-tunup --save-dev

Feature & Docs

  1. :construction: position: fixed; w/ transform: translateZ(0)
  2. Replace top/left with transform: translate() in animation or transition

1. position: fixed; w/ transform: translateZ(0)

2. Replace top/left with transform: translate() in animation or transition

License

MIT © Sota Yamashita