Skip to content

Commit 7d6a53c

Browse files
authored
add .mdx to content
1 parent 1c2ff0f commit 7d6a53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const defaultTheme = require('tailwindcss/defaultTheme');
22

33
module.exports = {
4-
content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'],
4+
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
55
theme: {
66
extend: {
77
colors: {

0 commit comments

Comments
 (0)