Files
hack-nation/frontend/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2026-02-03 21:57:43 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};