AAII/tailwind.config.js

10 lines
153 B
JavaScript
Raw Normal View History

2024-08-14 07:12:09 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./static/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}