This commit is contained in:
14
tailwind.storybook.config.cjs
Normal file
14
tailwind.storybook.config.cjs
Normal file
@@ -0,0 +1,14 @@
|
||||
const webUiPreset = require('./tailwind-preset.cjs');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
presets: [webUiPreset],
|
||||
content: [
|
||||
'./src/**/*.{ts,tsx,js,jsx,mdx}',
|
||||
'./.storybook/**/*.{ts,tsx,js,jsx,mdx}'
|
||||
],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
Reference in New Issue
Block a user