sicherheitsunterweisung/tailwind.config.js

10 lines
148 B
JavaScript
Raw Normal View History

2024-01-07 10:06:47 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/*.html"],
theme: {
extend: {},
},
plugins: [],
}