feature/tauri-js-rs
js 6 lines 82 Bytes
Raw
1 module.exports = {
2 plugins: {
3 tailwindcss: {},
4 autoprefixer: {},
5 },
6 }