Macrame/panels/test_panel/tailwind.config.js
2025-04-05 23:25:37 +02:00

12 lines
217 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html", // Ensure this path is correct
],
theme: {
extend: {},
},
plugins: [],
preflight: false,
mode: "jit",
};