Skip to content

Commit

Permalink
add .mdx to content
Browse files Browse the repository at this point in the history
  • Loading branch information
circus-real authored Nov 4, 2023
1 parent 1c2ff0f commit 7d6a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'],
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 7d6a53c

Please sign in to comment.