mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-23 17:28:34 +02:00
feat: doc pages, finished refactor of ingress
This commit is contained in:
@@ -4,10 +4,20 @@ module.exports = {
|
||||
'./templates/**/*',
|
||||
'!./templates/email/**/*'
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
theme: {
|
||||
extend: {
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
maxWidth: '90ch', // Override max-width for all prose instances
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('daisyui')],
|
||||
plugins: [
|
||||
require("@tailwindcss/typography"),
|
||||
require('daisyui')],
|
||||
daisyui: {
|
||||
themes: ["light", "dark"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user