Missing prose classes not included in Tailwind CSS
This commit is contained in:
parent
a478000e80
commit
78a0d9c28b
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,10 @@ import formsPlugin from '@tailwindcss/forms';
|
|||
import typographyPlugin from "@tailwindcss/typography";
|
||||
|
||||
export default {
|
||||
content: ["./source/**/*.{md,twig}"],
|
||||
content: [
|
||||
"./app/config/**/*.yml",
|
||||
"./source/**/*.{md,twig}",
|
||||
],
|
||||
theme: {
|
||||
colors: {
|
||||
black: "#000",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue