diff --git a/greenwood.config.ts b/greenwood.config.ts index 2c51c8e..3a37489 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(),