diff --git a/argadw.config.js b/argadw.config.js new file mode 100644 index 0000000..1472b39 --- /dev/null +++ b/argadw.config.js @@ -0,0 +1,14 @@ +module.exports = { + purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"], + darkMode: false, // or 'media' or 'class' + theme: { + fontFamily: { + body: ["Montserrat", "sans-serif"], + }, + extend: {}, + }, + variants: { + extend: {}, + }, + plugins: [], +};