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
align-self and justify-self are still valid grid alignment options if the element they are on is a flex container. A flex container can be a grid child.
align-self and justify-self should just always add the grid prefixes if grid is enabled.
The text was updated successfully, but these errors were encountered:
Dan503
changed the title
Autoprefixer Grid does not prefix align-self and justify-self if display is set to grid
Autoprefixer Grid does not prefix align/justify-self if display is set to flex
Jul 11, 2020
Dan503
pushed a commit
to Dan503/autoprefixer
that referenced
this issue
Jul 11, 2020
I did some investigating on this comment by @nagman #856 (comment)
This works as expected:
However this does not:
align-self
andjustify-self
are still valid grid alignment options if the element they are on is a flex container. A flex container can be a grid child.align-self
andjustify-self
should just always add the grid prefixes if grid is enabled.The text was updated successfully, but these errors were encountered: