mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-21 05:02:16 +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} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
import forms from '@tailwindcss/forms'
|
||||||
|
import scrollbarHide from 'tailwind-scrollbar-hide'
|
||||||
|
|
||||||
|
export default {
|
||||||
darkMode: ["class"],
|
darkMode: ["class"],
|
||||||
content: [
|
content: [
|
||||||
'./pages/**/*.{ts,tsx}',
|
'./pages/**/*.{ts,tsx}',
|
||||||
|
|
@ -72,8 +75,5 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [forms, scrollbarHide],
|
||||||
require('@tailwindcss/forms'),
|
|
||||||
require('tailwind-scrollbar-hide')
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue