From 0216f8879440ce73d90a9e58cc5eac68240e9fdd Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Fri, 29 Oct 2021 12:19:15 -0400 Subject: add static data for 2020-2021 school year --- craco.config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 craco.config.js (limited to 'craco.config.js') diff --git a/craco.config.js b/craco.config.js new file mode 100644 index 0000000..f4dacbb --- /dev/null +++ b/craco.config.js @@ -0,0 +1,11 @@ +module.exports = { + style: { + postcss: { + plugins: [ + require("tailwindcss")("./tailwind.config.js"), + require("postcss-nested"), + ], + }, + }, + }; + \ No newline at end of file -- cgit v1.2.3