[/][s]: configure storybook with tailwind
This commit is contained in:
11
packages/core/postcss.config.js
Normal file
11
packages/core/postcss.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// libs/shared/ui/postcss.config.js
|
||||
const { join } = require('path');
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {
|
||||
config: join(__dirname, 'tailwind.config.js'),
|
||||
},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user