Skip to content

Commit

Permalink
chore: tailwind preset path
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 22, 2024
1 parent 58d3906 commit 19bdbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// const
module.exports = {
presets: [require('frappe-ui/src/utils/tailwind.config')],
presets: [require('frappe-ui/src/tailwind/preset')],
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
Expand Down

0 comments on commit 19bdbdf

Please sign in to comment.