progress i think? sync at least
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 22s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 22s
This commit is contained in:
parent
a6acc0e647
commit
eaab786155
6 changed files with 1095 additions and 779 deletions
|
@ -1,17 +1,14 @@
|
|||
import typo from "@tailwindcss/typography"
|
||||
import daisyui from "daisyui"
|
||||
import typo from "@tailwindcss/typography";
|
||||
import daisyui from "daisyui";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [typo, daisyui],
|
||||
daisyui: {
|
||||
themes: [
|
||||
"forest",
|
||||
],
|
||||
|
||||
themes: ["forest"],
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue