From 1b6e230df7ffd31226af1716f5e442c134ea1c38 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 13 Mar 2021 21:54:30 +0300 Subject: feat: install tailwindcss --- craco.config.js | 10 ++++++++++ 1 file changed, 10 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..1d1894c --- /dev/null +++ b/craco.config.js @@ -0,0 +1,10 @@ +module.exports = { + style: { + postcss: { + plugins: [ + require('tailwindcss'), + require('autoprefixer'), + ], + }, + }, +} -- cgit v1.2.3