marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Convert the lib to a es6-module, instead of a CommonJS module #304

Open Maximaximum opened 3 years ago

Maximaximum commented 3 years ago

Rationale: https://web.dev/commonjs-larger-bundles/

wjentner commented 3 years ago

This has been requested in #298 and a PR is open: https://github.com/marcj/css-element-queries/pull/301.