Skip to content

Commit

Permalink
Remove tailwind-scrollbar from tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 12, 2023
1 parent 7c8c955 commit 50ec5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}"],
plugins: [require("daisyui"), require("tailwind-scrollbar")],
plugins: [require("daisyui")],
darkTheme: "scaffoldEthDark",
// DaisyUI theme colors
daisyui: {
Expand Down

0 comments on commit 50ec5fe

Please sign in to comment.