Payannameh-Mozakhraf/postcss.config.js

19 lines
91 B
JavaScript

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