accords-library.com/postcss.config.js
2022-01-01 20:04:48 +01:00

6 lines
85 B
JavaScript

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