This comment no longer applies

This commit is contained in:
Yağızhan 2023-01-07 16:59:01 +03:00
parent a198f3995e
commit c89c82fb64

View file

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/Themes/Tailwind/Templates/*.{html,js}"], // Including the PHP files because some of the components are generated from PHP files
content: ["./src/Themes/Tailwind/Templates/*.{html,js}"],
theme: {
extend: {},
},