Skip to content

Instantly share code, notes, and snippets.

@andr3medeiros
Created April 29, 2021 09:44
Show Gist options
  • Save andr3medeiros/172f5a99b27991bd365b07ad78fd83c0 to your computer and use it in GitHub Desktop.
Save andr3medeiros/172f5a99b27991bd365b07ad78fd83c0 to your computer and use it in GitHub Desktop.
Workaround for using gap on safari
@supports (display: flex) and (display: grid) and (not(gap)) {
:not(:last-child) {
margin-right: 15px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment