chore: format and update deps
This commit is contained in:
parent
e573997aa9
commit
4c747e8908
7 changed files with 96 additions and 83 deletions
|
|
@ -1,9 +1,10 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
import scrollbar from 'tailwind-scrollbar';
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js,tsx}"],
|
||||
content: ["./src/**/*.{html,js,tsx,jsx,cjs,mjs}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [import('tailwind-scrollbar')],
|
||||
plugins: [scrollbar()],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue