Closed felamaslen closed 2 months ago
Describe the bug CSS file is not present in node_modules/@oddbird/popover-polyfill upon running npm install @oddbird/popover-polyfill.
node_modules/@oddbird/popover-polyfill
npm install @oddbird/popover-polyfill
To Reproduce Steps to reproduce the behavior:
Expected behavior A css file is present in this directory.
This is intentional. Back in #137 we switched to automatically injecting the necessary CSS for the polyfill via JS: https://github.com/oddbird/popover-polyfill/blob/main/src/popover.ts#L57-L115
Describe the bug CSS file is not present in
node_modules/@oddbird/popover-polyfill
upon runningnpm install @oddbird/popover-polyfill
.To Reproduce Steps to reproduce the behavior:
npm install @oddbird/popover-polyfill
node_modules/@oddbird/popover-polyfill
Expected behavior A css file is present in this directory.