accords-library.com/postcss.config.js

6 lines
85 B
JavaScript

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