From 935ef7d2f76cca7bc1f9840dc357de85f93a1ec2 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 11 Jul 2022 17:10:23 -0400 Subject: Update for new dashboard frontend --- craco.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 craco.config.js (limited to 'craco.config.js') diff --git a/craco.config.js b/craco.config.js deleted file mode 100644 index f4dacbb..0000000 --- a/craco.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - style: { - postcss: { - plugins: [ - require("tailwindcss")("./tailwind.config.js"), - require("postcss-nested"), - ], - }, - }, - }; - \ No newline at end of file -- cgit v1.2.3