accords-library.com/postcss.config.js
2022-03-13 15:56:03 +01:00

7 lines
89 B
JavaScript

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