From d0eed645a4276c182d373b00e2b383e0ed190ed7 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 27 Oct 2022 09:44:54 +0700 Subject: initial commit --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 00000000..33ad091d --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} -- cgit v1.2.3