1
0
Fork 0
yinghong-massage.de/tailwind.config.js
2023-05-31 12:03:41 +02:00

8 lines
172 B
JavaScript

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