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