accords-library.com/postcss.config.js

6 lines
85 B
JavaScript
Raw Normal View History

2022-01-01 19:04:48 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}