1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-27 14:05:40 -04:00
Files
jarv.is/postcss.config.mjs
2025-05-02 22:04:26 -04:00

8 lines
94 B
JavaScript

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