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:
parent
0073de000e
commit
65c25328cd
@ -21,7 +21,6 @@
|
|||||||
"@mdx-js/react": "1.6.22",
|
"@mdx-js/react": "1.6.22",
|
||||||
"@svgr/webpack": "6.2.0",
|
"@svgr/webpack": "6.2.0",
|
||||||
"clsx": "1.1.1",
|
"clsx": "1.1.1",
|
||||||
"container-query-polyfill": "^0.1.2",
|
|
||||||
"file-loader": "6.2.0",
|
"file-loader": "6.2.0",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user