Skip to content

Commit 00afcc2

Browse files
committed
setup: init of tailwind in astro web
1 parent d5eb03b commit 00afcc2

File tree

4 files changed

+943
-17
lines changed

4 files changed

+943
-17
lines changed

docs/astro.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import { defineConfig } from 'astro/config';
22

3+
import tailwind from '@astrojs/tailwind';
4+
35
// https://astro.build/config
4-
export default defineConfig({});
6+
export default defineConfig({
7+
integrations: [tailwind()]
8+
});

0 commit comments

Comments
 (0)