mirror of
https://codeberg.org/dragongoose/safetwitch.git
synced 2024-11-02 14:14:00 +00:00
17 lines
No EOL
321 B
JavaScript
17 lines
No EOL
321 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{js,ts,jsx,tsx,vue}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [
|
|
require('@catppuccin/tailwindcss')({
|
|
prefix: 'ctp',
|
|
defaultFlavour: 'mocha'
|
|
}),
|
|
require('@tailwindcss/typography'),
|
|
require("@tailwindcss/forms")
|
|
],
|
|
} |