Tweaking Tailwind configuration

This commit is contained in:
Yağızhan 2023-01-07 16:55:36 +03:00
parent f5195315ca
commit a198f3995e
2 changed files with 3 additions and 1363 deletions

File diff suppressed because one or more lines are too long

View file

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