graphql-engine/console/postcss-storybook.config.js
Nicolas Inchauspe c8aa0f3e42 console: migrate REST endpoint form to new components
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
2022-06-30 14:17:52 +00:00

7 lines
125 B
JavaScript

module.exports = {
plugins: {
tailwindcss: { config: './tailwind-storybook.config.js' },
autoprefixer: {},
},
};