vkashti / postcss.config.js
postcss.config.js
Raw
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {}
  }
};