Skip to content

Commit

Permalink
feat(config): 🔧 add tailwindcss-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyruks committed Sep 21, 2024
1 parent ccf7451 commit bcfdf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"prettier-plugin-tailwindcss": "^0.6.6",
"side-ui": "^0.15.1",
"tailwindcss-animated": "^1.1.2",
"tailwindcss-scrollbar": "^0.1.0",
"turbo": "^2.1.2",
"typescript": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ module.exports = {
},
},

plugins: [require('tailwindcss-animated')],
plugins: [require('tailwindcss-scrollbar'), require('tailwindcss-animated')],
};

0 comments on commit bcfdf31

Please sign in to comment.