mirror of
https://github.com/graphql-hive/console
synced 2026-04-27 01:17:16 +00:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
autoprefixer: {},
|
||
|
|
tailwindcss: {},
|
||
|
|
},
|
||
|
|
};
|