← back to Ken

postcss.config.js

7 lines

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};