← back to Grant

postcss.config.mjs

8 lines

const config = {
  plugins: {
    "@tailwindcss/postcss": {},
  },
};

export default config;