This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
tesseract
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make storybook refresh styles immediately
Use source files to update storybook.
master
TheoryOfNekomata
1 year ago
parent
fa05512ad0
commit
e7f5c817b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
storybook/react/tailwind.config.ts
+ 1
- 1
storybook/react/tailwind.config.ts
View File
@@ -3,7 +3,7 @@ import defaultTheme from 'tailwindcss/defaultTheme';
const config: Config = {
content: [
'../../categories/web/*/react/
dist/**/*.js
',
'../../categories/web/*/react/
src/**/*.(ts|tsx)
',
'./.storybook/**/*.html',
],
theme: {
Write
Preview
Loading…
Cancel
Save