build: remove tailwindcss but add to docs
This commit is contained in:
parent
65e23b0d20
commit
8c3f766bc0
6 changed files with 36 additions and 27 deletions
8
docs/tailwind.config.mjs
Normal file
8
docs/tailwind.config.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue