mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 08:48:40 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|