Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
Apply tailwind to md files
  • Loading branch information
DieselTech committed Nov 17, 2024
1 parent 0f7c803 commit 8cfa675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx,html,mdx}',
'./components/**/*.{js,ts,jsx,tsx,html,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,html,mdx}',
'./src/**/*.{js,ts,jsx,tsx,html,md,mdx}',
'./components/**/*.{js,ts,jsx,tsx,html,md,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,html,md,mdx}',
'./theme.config.tsx',
],
darkMode: 'class',
Expand Down

0 comments on commit 8cfa675

Please sign in to comment.