From 65c25328cdd2fb510077ab38e0d855610f9c4ce1 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 27 Jan 2022 13:21:03 +0100 Subject: [PATCH] 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. --- website/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/website/package.json b/website/package.json index d35bc1d4ed..72e87cd358 100644 --- a/website/package.json +++ b/website/package.json @@ -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",