accords-library.com/postcss.config.js

7 lines
89 B
JavaScript

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