Skip to content

Commit

Permalink
Added Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanidev committed Oct 21, 2023
1 parent c2dc0a6 commit f3c341e
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 4 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { defineConfig } from 'astro/config';

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [tailwind()]
});
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.3.2"
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.3.2",
"tailwindcss": "^3.0.24"
}
}
Loading

0 comments on commit f3c341e

Please sign in to comment.