1
0
Fork 0
yinghong-massage.de/tailwind.config.js
2023-05-30 14:24:25 +02:00

8 lines
151 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};