Sfoglia il codice sorgente

Make storybook refresh styles immediately

Use source files to update storybook.
master
parent
commit
e7f5c817b1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      storybook/react/tailwind.config.ts

+ 1
- 1
storybook/react/tailwind.config.ts Vedi 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: {


Caricamento…
Annulla
Salva