mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-26 09:06:09 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {},
|
|
plugins: []
|
|
};
|