mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
finish highlight.js styling (for chatgpt)
This commit is contained in:
parent
e95e22de15
commit
c58a9bbe93
12 changed files with 851 additions and 150 deletions
|
|
@ -5,9 +5,6 @@ module.exports = {
|
|||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||
// darkMode: 'class',
|
||||
darkMode: ['class'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
// fontFamily: {
|
||||
|
|
@ -29,5 +26,8 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
},
|
||||
plugins: [require('tailwindcss-animate')]
|
||||
plugins: [
|
||||
require('tailwindcss-animate'),
|
||||
// require('@tailwindcss/typography'),
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue