mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
Autoformat
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
zIndex: {
|
||||
none: 0,
|
||||
'nav-active': 1,
|
||||
'nav-item': 2,
|
||||
"nav-active": 1,
|
||||
"nav-item": 2,
|
||||
},
|
||||
},
|
||||
plugins: [require('daisyui')],
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: [
|
||||
"light",
|
||||
|
||||
Reference in New Issue
Block a user