From 3e94d2245182d3c399585e04e0f5b2de8492e0e9 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 21 Apr 2023 18:39:50 -0600 Subject: Commit inicial --- 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..2e7af2b --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} -- cgit v1.2.3