mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
f55b3add80
Co-authored-by: Thomas Way <thomas@6f.io>
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|