mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-15 20:03:11 +00:00
debugging updates
This commit is contained in:
parent
166ab20f65
commit
30128368d9
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
import forms from '@tailwindcss/forms'
|
||||
import scrollbarHide from 'tailwind-scrollbar-hide'
|
||||
|
||||
export default {
|
||||
darkMode: ["class"],
|
||||
content: [
|
||||
'./pages/**/*.{ts,tsx}',
|
||||
|
|
@ -72,8 +75,5 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
require('tailwind-scrollbar-hide')
|
||||
],
|
||||
plugins: [forms, scrollbarHide],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue