feat: add basic site
This commit is contained in:
14
tailwind.config.js
Normal file
14
tailwind.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./templates/**/*.html"],
|
||||
theme: {},
|
||||
variants: {},
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
require("@catppuccin/tailwindcss")({
|
||||
prefix: false,
|
||||
defaultFlavour: "frappe"
|
||||
}),
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user