mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00

* upgrade pnpm * add postcss-import npm dependency * fix postcss.config.js lint * improve cache for Docker web-builder stage
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|