mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|