mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
a226d514af
https://github.com/hasura/graphql-engine-mono/pull/2032 GitOrigin-RevId: d6552e990823acc3bdac829487e91ae931ac4345
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|