cheatsheets/postcss.config.js

7 lines
78 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}