FE_Stage / postcss.config.mjs
GitHub Actions
Deploy from GitHub Actions [DEV] - 2025-10-30 13:18:59
01c0359
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;