Skip to content

Commit

Permalink
build: added .storybook/preview to tailwind content
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jan 5, 2024
1 parent a976591 commit 3d50666
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import defaultTheme from 'tailwindcss/defaultTheme'
import colors = require('tailwindcss/colors')

export default {
content: ['./src/**/*.{vue,js,ts,jsx,tsx}', './stories/**/*.{js,jsx,ts,tsx}'],
content: [
'./src/**/*.{vue,js,ts,jsx,tsx}',
'./stories/**/*.{js,jsx,ts,tsx}',
'./.storybook/preview.ts'
],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 3d50666

Please sign in to comment.