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 · 1 comment
Open

nicer formating of grid-template-areas #283

jogibear9988 opened this issue Feb 16, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

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";
@holblin
Copy link

holblin commented Feb 12, 2025

Yes it could be good, though I'm not sure of the priority for this work.
I mainly try to remove security issue and maintain the package but I have no time to improve it.
Feel free to make a PR with that changes and add associated test though, I would be happy to review and merge it.

@holblin holblin added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 12, 2025
jogibear9988 added a commit to jogibear9988/css-tools that referenced this issue Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants