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