rename tailwind stylesheet
This commit is contained in:
parent
1ac026ea9f
commit
74416bae2d
4 changed files with 2 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.mjs",
|
||||
"css": "src/styles/tailwind.css",
|
||||
"css": "src/styles/global.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import { GoogleAnalytics } from "astro-google-analytics"
|
|||
import { en, de } from "~/config"
|
||||
import { ClientRouter } from "astro:transitions"
|
||||
|
||||
import "~/styles/tailwind.css"
|
||||
import "~/styles/global.css"
|
||||
// import "~/styles/view-transition.css"
|
||||
|
||||
const lang = getLangFromUrl(Astro.url)
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
|
||||
darkMode: ["class"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography")],
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue