← back to Ken

kalshi-dash/postcss.config.js

7 lines

export default {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};