mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-09 11:48:43 +00:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|