✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
After running npm ci
to install dependencies:
- start storybook
nx storybook repro
and open it in a browser - in
packages/repro/src/lib/repro.tsx
addp-8
class to the rootdiv
and change theh1
classes totext-red-500 text-8xl font-bold
. Save the file after making these changes - note that none of the styles are applied after webpack finishes building the preview
- refresh the page manually
- note that now the styles are applied
Reproduced in Firefox Developer Edition, Chrome, and Sizzy