Skip to content

feat: improve grid-template-areas handling and grid shorthand#1132

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
yisibl:fix-grid-template-areas
Jan 20, 2026
Merged

feat: improve grid-template-areas handling and grid shorthand#1132
devongovett merged 1 commit intoparcel-bundler:masterfrom
yisibl:fix-grid-template-areas

Conversation

@yisibl
Copy link
Contributor

@yisibl yisibl commented Jan 14, 2026

  • Fixed grid-template-areas causing unreachable errors.
  • Add support for grid-auto-flow syntax with grid-template-areas
  • Handle the case where areas is set but rows/columns is None
  • Pad grid template areas with . for missing rows
  • Add tests for various grid shorthand combinations with areas

Fixed: #1096, #1130

- fixed `grid-template-areas` causing unreachable errors.
- Add support for grid-auto-flow syntax with grid-template-areas
- Handle the case where areas is set but rows/columns is `None`
- Pad grid template areas with `.` for missing rows
- Add tests for various grid shorthand combinations with areas

Fixed: parcel-bundler#1096, parcel-bundler#1130
@yisibl
Copy link
Contributor Author

yisibl commented Jan 14, 2026

@devongovett PTAL

@benface
Copy link

benface commented Jan 14, 2026

@yisibl – Thank you SO much for all your efforts on Lightning CSS. 🤩 Any way to support you??

@devongovett devongovett merged commit 085215e into parcel-bundler:master Jan 20, 2026
3 checks passed
@yisibl yisibl deleted the fix-grid-template-areas branch January 20, 2026 04:33
@yisibl
Copy link
Contributor Author

yisibl commented Jan 20, 2026

@benface Thank you very much for your support. I currently do not have a suitable international card.

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

Successfully merging this pull request may close these issues.

Grid template shorthand causes unreachable code with grid-template-areas

3 participants