Skip to content

Commit 14d7d58

Browse files
committed
removing purgecss for now because of the :where() bug
1 parent 34a56aa commit 14d7d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { defineConfig } from "astro/config";
22
import preact from "@astrojs/preact";
33
import mdx from "@astrojs/mdx";
44

5-
import purgecss from "astro-purgecss";
5+
// import purgecss from "astro-purgecss";
66

77
// https://astro.build/config
88
export default defineConfig({
99
site: "https://mcss.dev",
10-
integrations: [preact(), mdx(), purgecss()]
11-
});
10+
integrations: [preact(), mdx()],
11+
});

0 commit comments

Comments
 (0)