-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug in justify-self parsing where in auto | normal | stretch | …
…<baseline-position> | <overflow-position>? [ <self-position> | left | right ] the <overflow-position> [left | right] and <self-position> parsing were missing. Fixed a bug where delegating parsing of the justify-self part forgot first extra value before parsing -> recreate a new expression before proceeding. This should fix #338
- Loading branch information
Showing
2 changed files
with
24 additions
and
6 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