You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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