From 2f469244be465b43efb33859e44fc527468c50a9 Mon Sep 17 00:00:00 2001 From: argadw <91812055+argadw@users.noreply.github.com> Date: Sun, 3 Oct 2021 08:16:43 +0700 Subject: [PATCH] Create argadw.config.js hacktoberfest --- argadw.config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 argadw.config.js 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: [], +};