mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: { config: './tailwind-storybook.config.js' },
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|