Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Sep 17, 2024
1 parent 6b1ed0c commit 7e746ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module.exports = {
content: [
'./src/pages/**/*.{jsx,tsx}',
'./node_modules/@sakura-ui/core/**/*.{js,jsx,ts,tsx}',
'./node_modules/@sakura-ui/forms/**/*.{js,jsx,ts,tsx}'
'./node_modules/@sakura-ui/forms/**/*.{js,jsx,ts,tsx}',
'./node_modules/@sakura-ui/markdown/**/*.{js,jsx,ts,tsx}'
],
plugins: [require('@sakura-ui/tailwind-theme-plugin')]
}
Expand Down

0 comments on commit 7e746ca

Please sign in to comment.