custom classes from a global.css not found #525
-
say we import in app.tsx
should i expect this to work? currently i get ✕ prose was not found i assume it's going into this direction: #338 |
Beta Was this translation helpful? Give feedback.
Answered by
ben-rogerson
Aug 26, 2021
Replies: 1 comment 5 replies
-
Instead of using @layer, add the prose class in a global provider from your css-in-js library and apply |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
denu5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of using @layer, add the prose class in a global provider from your css-in-js library and apply
className="prose"
on your container.