diff --git a/modulos b/modulos new file mode 100644 index 00000000..b509c9f7 --- /dev/null +++ b/modulos @@ -0,0 +1,10 @@ +module.exports = { + content: [ + "./index.html", + "./src/**/*.{js,ts,jsx,tsx}", + ], + theme: { + extend: {}, + }, + plugins: [], +}