mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
export default {
|
|
plugins: {
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|