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