LinkList/frontend/postcss.config.js

8 lines
104 B
JavaScript
Raw Normal View History

2021-03-03 18:51:53 -05:00
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};