mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-07 20:37:49 +00:00
7 lines
231 B
JavaScript
7 lines
231 B
JavaScript
import starlightPlugin from '@astrojs/starlight-tailwind';
|
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
|
plugins: [starlightPlugin()],
|
|
}; |