Skip to content

Commit

Permalink
Add css to tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkellly committed May 12, 2024
1 parent e641df2 commit f372623
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
Expand Up @@ -4,7 +4,7 @@ import typography from '@tailwindcss/typography'
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
"./src/**/*.{js,ts,jsx,tsx,css}",
],
theme: {
extend: {},
Expand Down

0 comments on commit f372623

Please sign in to comment.