Explorar o código

chore: Add PostCSS configuration

Miguel Ángel Moreno %!s(int64=2) %!d(string=hai) anos
pai
achega
b2c3fecbd1
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      postcss.config.js

+ 8 - 0
postcss.config.js

@@ -0,0 +1,8 @@
+module.exports = {
+  plugins: {
+    'postcss-import': {},
+    tailwindcss: {},
+    autoprefixer: {},
+    cssnano: process.env.NODE_ENV === 'production' ? {} : false
+  }
+}