1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: remove container query polyfill

Turns out there's an issue that makes it incompatible with
docusaurus (due to class names, see https://github.com/GoogleChromeLabs/container-query-polyfill/issues/23)

Instead, we'll stick to media queries for now.
This commit is contained in:
Thomas Heartman 2022-01-27 13:21:03 +01:00
parent 0073de000e
commit 65c25328cd

View File

@ -21,7 +21,6 @@
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.2.0",
"clsx": "1.1.1",
"container-query-polyfill": "^0.1.2",
"file-loader": "6.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",