-
Notifications
You must be signed in to change notification settings - Fork 43
Rewrite of grid-area values #337
Open
Description
Using this sample code
https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas#Example
Actual behaviour
Axis does rename the grid-area: nav; to navigation which does break everything.
#page > nav { grid-area: nav; background-color: #ffa08c; }
Expected behaviour
It should not touch the name of the grid-area
Activity
Metadata
Metadata
Assignees
Labels
No labels