mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 16:27:17 +01:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/jit': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|