Merge pull request #142 from Aymendje/patch-2
This commit is contained in:
commit
8772e582b0
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
import scrollbar from 'tailwind-scrollbar';
|
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./src/**/*.{html,js,tsx,jsx,cjs,mjs}"],
|
content: ['./src/**/*.{html,js,tsx,jsx,cjs,mjs}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [scrollbar()],
|
plugins: [require('tailwind-scrollbar')],
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue