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