UNPKG

@oddbird/css-anchor-positioning

Version:

Polyfill for the proposed CSS anchor positioning spec

11 lines (9 loc) 192 B
import { polyfill } from './polyfill.js'; // apply polyfill if (document.readyState !== 'complete') { window.addEventListener('load', () => { polyfill(); }); } else { polyfill(); }