Skip to content

Commit

Permalink
removing purgecss for now because of the :where() bug
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaldesign committed Oct 4, 2024
1 parent 34a56aa commit 14d7d58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { defineConfig } from "astro/config";
import preact from "@astrojs/preact";
import mdx from "@astrojs/mdx";

import purgecss from "astro-purgecss";
// import purgecss from "astro-purgecss";

// https://astro.build/config
export default defineConfig({
site: "https://mcss.dev",
integrations: [preact(), mdx(), purgecss()]
});
integrations: [preact(), mdx()],
});

1 comment on commit 14d7d58

@minimaldesign
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.