peer-at-code-web/postcss.config.js
2023-02-04 14:20:03 +01:00

6 lines
81 B
JavaScript

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