Add buttons

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent f46de0edc9
commit 5ec41de72e
3 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import type { Config } from "tailwindcss";
import typographyPlugin from "@tailwindcss/typography";
export default {
content: ["./source/**/*.twig"],
content: ["./source/**/*.{md,twig}"],
theme: {
colors: {
black: "#000",