1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-07-28 13:47:43 +02:00
rallly/apps/web/postcss.config.js
2023-11-06 09:15:49 +00:00

6 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};