You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "PostCSS plugin that rewrites :active-view-transition-type(<type>) pseudo class selectors to :root.<type> selectors. To be used with mayStartViewTransition from @vtbag/utensil-drawer.",
"keywords": [
"postcss",
":active-view-transition-type",
"polyfill",
"view-transition",
"postcss-plugin",
":active-view-transition"
],
"scripts": {
"unit": "node --test index.test.js",
"test": "npm run unit && eslint . && npx publint",