Skip to content

Commit

Permalink
Merge pull request #142 from Aymendje/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin authored Sep 25, 2024
2 parents 4c747e8 + 45922ed commit 8772e58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/** @type {import('tailwindcss').Config} */
import scrollbar from 'tailwind-scrollbar';
// eslint-disable-next-line no-undef
module.exports = {
content: ["./src/**/*.{html,js,tsx,jsx,cjs,mjs}"],
content: ['./src/**/*.{html,js,tsx,jsx,cjs,mjs}'],
theme: {
extend: {},
},
plugins: [scrollbar()],
}
plugins: [require('tailwind-scrollbar')],
}

0 comments on commit 8772e58

Please sign in to comment.