mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-26 09:06:09 +00:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('tailwindcss'),
|
|
require('autoprefixer')
|
|
]
|
|
};
|