Finished
This commit is contained in:
12
stylegen/tailwind.config.js
vendored
Normal file
12
stylegen/tailwind.config.js
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["../pages/**/*.{html,go}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
daisyui: {
|
||||
themes: ["night"],
|
||||
},
|
||||
plugins: [require("daisyui"), require('@tailwindcss/typography')],
|
||||
}
|
||||
|
Reference in New Issue
Block a user