Remove Starlight Tailwind plugin
This commit is contained in:
parent
f6d71d98fc
commit
1e171a0995
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
import starlightPlugin from '@astrojs/starlight-tailwind';
|
||||
|
||||
export default {
|
||||
content: [
|
||||
"./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}",
|
||||
|
|
@ -10,7 +10,6 @@ export default {
|
|||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
starlightPlugin(),
|
||||
require("tailwindcss/nesting"),
|
||||
require("preline/plugin"),
|
||||
require("@tailwindcss/forms")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue