We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using histoire build we don't see our custom font. It seems to be overwritten by this rule
histoire build
html { font-size: 1rem; font-family: 'Noto Sans Display', system-ui, sans-serif; }
This does not happen when we use histoire dev.
histoire dev
We are using Vue3, Shadcn, tailwind.
We have tried various approaches to fix it, including importing css from within histoire.setup.ts.
histoire.setup.ts
Any ideas on how to solve this?
This only happens using histoire build and not histoire dev. Therefore I am not sure how to provide a reproduction.
tailwindcss: ^3.4.3, histoire: ^0.17.17, vite: ^5.2.0" Vue 3
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using
histoire build
we don't see our custom font. It seems to be overwritten by this ruleThis does not happen when we use
histoire dev
.We are using Vue3, Shadcn, tailwind.
We have tried various approaches to fix it, including importing css from within
histoire.setup.ts
.Any ideas on how to solve this?
Reproduction
This only happens using
histoire build
and nothistoire dev
.Therefore I am not sure how to provide a reproduction.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: