add .mdx to content

This commit is contained in:
Eilam Rosenfeld
2023-11-04 21:16:18 +00:00
committed by GitHub
parent 1c2ff0f591
commit 7d6a53c05a

View File

@ -1,7 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme'); const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = { 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: { theme: {
extend: { extend: {
colors: { colors: {