SyntelligenceATCMasterOS / postcss.config.mjs
theNorms's picture
Upload project files
1fcb4ff verified
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;