Explorar el Código

Make storybook refresh styles immediately

Use source files to update storybook.
master
TheoryOfNekomata hace 9 meses
padre
commit
e7f5c817b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      storybook/react/tailwind.config.ts

+ 1
- 1
storybook/react/tailwind.config.ts Ver fichero

@@ -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: {


Cargando…
Cancelar
Guardar