fix: tailwind setup for real now

This commit is contained in:
Felix Roos 2025-01-26 14:58:23 +01:00
parent aa1efcc7ea
commit f4b8753171
No known key found for this signature in database
4 changed files with 183 additions and 13 deletions

View file

@ -1,6 +1,7 @@
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';
import remarkToc from 'remark-toc';
import rehypeSlug from 'rehype-slug';