mirror of
https://github.com/1f349/lavender.git
synced 2025-01-21 06:06:30 +00:00
Add tailwind support
This commit is contained in:
parent
e3f0fdd1d8
commit
5e36254aaf
@ -1,9 +1,13 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import {defineConfig} from 'astro/config';
|
||||
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()]
|
||||
});
|
||||
integrations: [
|
||||
tailwind({
|
||||
nesting: true,
|
||||
})
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user