mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 04:19:37 +00:00
🌮
This commit is contained in:
7
tailwind.config.mjs
Normal file
7
tailwind.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
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()],
|
||||
};
|
||||
Reference in New Issue
Block a user