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
This is used in 2 spots:
1. When handling prefixes
2. When modernizing values
The issues this tries to solve is to ensure that valid v3 candidates but
invalid v4 candidates are migrated correctly. E.g.: `group-[]:flex` is
valid in v3, but not in v4 (it won't parse). With this workaround, it is
parsing correctly.
0 commit comments