Skip to content

Commit

Permalink
updating the tailwind config to work with the updated md styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 18, 2024
1 parent 2571e17 commit 1b3e4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js}"],
content: ["./**/*.{html,js,md}"],
theme: {
extend: {
animation: {
Expand Down

0 comments on commit 1b3e4ab

Please sign in to comment.