govote/tailwind.config.js

14 lines
185 B
JavaScript
Raw Permalink Normal View History

2024-05-12 22:47:24 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./tmpl/*.html'
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin')
],
}