fix: remove doubled entry
I'm also annoyed that we mix CommonJS with ESM here but one step at a time. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
fe39bab2f0
commit
7b4703b044
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ export default {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {}
|
extend: {}
|
||||||
},
|
},
|
||||||
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography'), forms, skeleton]
|
plugins: [require('@tailwindcss/typography'), forms, skeleton]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue