Missing prose classes not included in Tailwind CSS

This commit is contained in:
Oliver Davies 2024-03-02 00:51:02 +00:00
parent a478000e80
commit 78a0d9c28b
2 changed files with 5 additions and 2 deletions

View file

@ -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",