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