mirror of
https://github.com/khairul169/code-share.git
synced 2025-06-17 09:09:34 +07:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|