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

* enhancement: improve font loading performance and avoid page reflow chore: get rid of postcss-import (we're not using it and it's not needed for tailwind) * fix indent
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|