mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
// eslint-disable-next-line import/no-commonjs
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|