finish highlight.js styling (for chatgpt)

This commit is contained in:
Daniel Avila 2023-02-23 23:56:55 -05:00
parent e95e22de15
commit c58a9bbe93
12 changed files with 851 additions and 150 deletions

View file

@ -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'),
]
};