peer-at-code-web/postcss.config.js
2023-09-04 13:39:18 +02:00

6 lines
81 B
JavaScript

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