mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
// eslint-disable-next-line import/no-commonjs
|
|
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
}
|