mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: [require('tailwindcss'), require('autoprefixer')],
|
||
|
|
};
|