Skip to content

Commit

Permalink
added tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRoberg committed Jul 13, 2023
1 parent ee40ed2 commit 8dbb97f
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 9 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from 'astro/config';

import react from "@astrojs/react";

import tailwind from "@astrojs/tailwind";

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

0 comments on commit 8dbb97f

Please sign in to comment.