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
Hi, we're building Design System using tailwindcss and we had to come up with a way to let developers play with semantics/SEO inside of our components.
We wanted to do it CSS first without writing too much TS logic and found CSS all: inherit to really shine for our use case.
Currently, there's no way to set all: inherit in tailwindcss (afaik).
We added custom utility class but I think it'd be nice if tailwind supported it natively.
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.
-
Hi, we're building Design System using tailwindcss and we had to come up with a way to let developers play with semantics/SEO inside of our components.
We wanted to do it CSS first without writing too much TS logic and found CSS
all: inherit
to really shine for our use case.Currently, there's no way to set
all: inherit
in tailwindcss (afaik).We added custom utility class but I think it'd be nice if tailwind supported it natively.
WYT? 😎
Beta Was this translation helpful? Give feedback.
All reactions