mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-29 11:12:19 +01:00
Fix - remove duplicated dependency at Tailwind config file (#256)
This commit is contained in:
parent
3a5b800ecc
commit
8e3199cc38
@ -248,5 +248,5 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography'), require('@tailwindcss/forms')],
|
||||
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user