mirror of
https://github.com/seerr-team/seerr.git
synced 2026-05-02 21:23:41 -04:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|