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
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’m looking to create a CSS utility function rule for grid-area. I would like to generate the following rule:
where
header
can stand in for any identifier. This corresponds to the CSS data type <custom-ident>.Background: I would like to recreate https://savvywombat.com.au/tailwind-css/grid-areas in pure Tailwind/CSS.
Feature request
Support for the following syntax
What else I’ve tried
(Didn’t work either)
Arbitrary values
I know I can use the class
grid-area-[header]
, but it would be nice to be able to avoid it.Beta Was this translation helpful? Give feedback.
All reactions