From 00c8f6d3be1cde09f54db892bc88c3210f164a7f Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Fri, 6 Feb 2026 19:00:32 -0500 Subject: [PATCH] docs: #202 fix safari issues with css modules --- greenwood.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/greenwood.config.ts b/greenwood.config.ts index 2c51c8e4..3a37489c 100644 --- a/greenwood.config.ts +++ b/greenwood.config.ts @@ -8,6 +8,9 @@ const config: Config = { activeContent: true, workspace: new URL('./docs/', import.meta.url), prerender: true, + polyfills: { + importAttributes: ['css'], + }, plugins: [ greenwoodPluginImportRaw(), greenwoodPluginCssModules(),