-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse grid spans, use
csstree
for placement parsing (#6629)
**Problem:** 1. Parsing an element placing does not use `csstree` 2. Spans are not parsed nor represented This is a purely-parsing PR, laying the groundwork to have strategies and interactions play nicely with spanning items. **Fix:** 1. Use `csstree` to parse grid placement 2. Parse `span` coming form parsing props Fixes #6628
- Loading branch information
Showing
9 changed files
with
518 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.