diff --git a/pkgs/webview-ui/app/tailwind/core-plugin.ts b/pkgs/webview-ui/app/tailwind/core-plugin.ts index df071cb16..8bfe150ff 100644 --- a/pkgs/webview-ui/app/tailwind/core-plugin.ts +++ b/pkgs/webview-ui/app/tailwind/core-plugin.ts @@ -9,10 +9,6 @@ export default plugin.withOptions( }, // add configuration which is merged with the final config () => ({ - corePlugins: { - // we are using our own preflight (see above) - preflight: false, - }, theme: { ...typography, },