mirror of
https://github.com/harivansh-afk/system-design.git
synced 2026-04-15 05:02:11 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
};
|