keyframes-scoped-fix
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

fix(compiler-sfc): scope Id should not be attached to the Rules in the keyframes https://github.com/vuejs/vue-next/pull/3308


Vue3.0.7 bug temporary solution, through plugins to repair;

// vite.congfig.js
import keyframesScopedFix from 'keyframes-scoped-fix';
module.exports = {
    ...
    plugins: [keyframesScopedFix()],
    ...
}

Package Sidebar

Install

npm i keyframes-scoped-fix

Weekly Downloads

11

Version

0.1.3

License

ISC

Unpacked Size

7.31 kB

Total Files

6

Last publish

Collaborators

  • arthursuz