Move assets-related files into the assets

...directory
This commit is contained in:
Oliver Davies 2024-07-30 20:19:27 +01:00
parent 26abf2b941
commit 22d7d4e57e
6 changed files with 9 additions and 7 deletions

View file

@ -5,8 +5,8 @@ import typographyPlugin from "@tailwindcss/typography";
export default {
content: [
"./app/config/**/*.yml",
"./source/**/*.{md,twig}",
"../app/config/**/*.yml",
"../source/**/*.{md,twig}",
],
theme: {
colors: {