FE_Test / postcss.config.mjs
GitHub Actions
Deploy from GitHub Actions [test] - 2025-10-31 10:18:25
5f2aab6
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;