You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've taken a look at the tailwind typography plugin and it looks like a lot of values have to be hard-coded, for example here.
Is it somehow possible to just re-use the tailwindcss classes somehow? It makes it easier to design components that way as I honestly don't have much knowledge about the exact numbers of each class :)
Edit: I know that I can get the configuration fields using theme(...) but I was wondering if it is possible to apply classes like px-8 for example.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've taken a look at the tailwind typography plugin and it looks like a lot of values have to be hard-coded, for example here.
Is it somehow possible to just re-use the tailwindcss classes somehow? It makes it easier to design components that way as I honestly don't have much knowledge about the exact numbers of each class :)
Edit: I know that I can get the configuration fields using
theme(...)
but I was wondering if it is possible to apply classes likepx-8
for example.Beta Was this translation helpful? Give feedback.
All reactions