From 24aef8d70f7602ab241f75e38baf8df028378b7d Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 12:50:06 -0500 Subject: Add tailwind css --- 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