From c6b4c6a90a3bb77add64994f51d3e2af790c8452 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 17 Dec 2021 00:22:38 +0100 Subject: make styles and add some features --- 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 0000000..cf0d1fc --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + "plugins": [ + require('tailwindcss')('tailwind.js'), + require('autoprefixer')(), + ] +} -- cgit v1.2.3