Matrix/Webserver/postcss.config.js

7 lines
73 B
JavaScript
Raw Normal View History

2023-11-24 06:07:09 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};