Include .json in tailwind content

This commit is contained in:
prototypa
2024-04-12 10:56:04 -04:00
parent 7023e9ca9f
commit 7c99bf35bb

View File

@@ -2,7 +2,7 @@ import defaultTheme from 'tailwindcss/defaultTheme';
import typographyPlugin from '@tailwindcss/typography';
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
content: ['./src/**/*.{astro,html,js,jsx,json,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {
colors: {