mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 03:32:12 +02:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|