mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
fix plugin
This commit is contained in:
@@ -11,7 +11,6 @@ module.exports = config({
|
||||
'./docs/**/*.{tsx,mdx}',
|
||||
],
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
function ({ addUtilities, addVariant }) {
|
||||
addUtilities({
|
||||
// prose (tailwind typography) helpers
|
||||
|
||||
@@ -293,6 +293,7 @@ const uiConfig = ui({
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
})
|
||||
|
||||
function arrayMergeFn(destinationArray, sourceArray) {
|
||||
|
||||
Reference in New Issue
Block a user