Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nicer formating of grid-template-areas #283

Open
jogibear9988 opened this issue Feb 16, 2024 · 0 comments
Open

nicer formating of grid-template-areas #283

jogibear9988 opened this issue Feb 16, 2024 · 0 comments

Comments

@jogibear9988
Copy link

jogibear9988 commented Feb 16, 2024

Expected Behaviour

template areas should be stringified like this:

grid-template-areas: "menu head head head"
                     "menu main main main"
                     "menu main main main"
                     "menu footer footer footer";

Actual Behaviour

grid-template-areas: "menu head head head"
"menu main main main"
"menu main main main"
"menu footer footer footer";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant