tifsep/tailwindcss/tailwind.config.js
2024-02-17 09:31:51 +01:00

9 lines
136 B
JavaScript

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