gotodo/tailwind.config.js

10 lines
152 B
JavaScript
Raw Normal View History

2023-09-03 02:12:43 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/*.html"],
theme: {
extend: {},
},
plugins: [],
}