mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
c8aa0f3e42
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4701 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: eb1948254eeface1da2eb58257a74e06e1263c7e
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: { config: './tailwind-storybook.config.js' },
|
|
autoprefixer: {},
|
|
},
|
|
};
|