Tweaking Tailwind configuration
This commit is contained in:
parent
f5195315ca
commit
a198f3995e
2 changed files with 3 additions and 1363 deletions
File diff suppressed because one or more lines are too long
|
@ -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'),
|
||||
],
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue