diff --git a/assets/tailwind.config.ts b/assets/tailwind.config.ts index c3573590..67fd9e3d 100644 --- a/assets/tailwind.config.ts +++ b/assets/tailwind.config.ts @@ -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", diff --git a/source/_includes/button.html.twig b/source/_includes/button.html.twig new file mode 100644 index 00000000..f731e031 --- /dev/null +++ b/source/_includes/button.html.twig @@ -0,0 +1,5 @@ +