1
0
Fork 0
yinghong-massage.de/tailwind.config.js

9 lines
151 B
JavaScript
Raw Normal View History

2023-05-30 12:24:25 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};