From b9b989fd118389e34a11bdffcd37c784a39b80e1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:07:11 -0800 Subject: [PATCH] Revert "feat: Custom CSS" --- src/pages/_app.jsx | 1 - src/styles/custom.css | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/styles/custom.css diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index e304ccae1..e99303abc 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -6,7 +6,6 @@ import Head from "next/head"; import "styles/globals.css"; import "styles/theme.css"; import "styles/manrope.css"; -import "styles/custom.css"; import nextI18nextConfig from "../../next-i18next.config"; import { ColorProvider } from "utils/contexts/color"; diff --git a/src/styles/custom.css b/src/styles/custom.css deleted file mode 100644 index cbc9cf6a4..000000000 --- a/src/styles/custom.css +++ /dev/null @@ -1,3 +0,0 @@ -/* -Mount this file and define your custom styles -*/ \ No newline at end of file