Skip to content

Commit

Permalink
refactor: uninstall tailwind, add default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 4, 2024
1 parent 2cf4d1a commit 7dd430a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 730 deletions.
7 changes: 3 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";

import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react()]
});
integrations: [react()]
});
Loading

0 comments on commit 7dd430a

Please sign in to comment.