Skip to content

Instantly share code, notes, and snippets.

@romainavalle
Created June 10, 2022 09:56
Show Gist options
  • Save romainavalle/db12857f7b4bd8bbeee08c0e66acf9e4 to your computer and use it in GitHub Desktop.
Save romainavalle/db12857f7b4bd8bbeee08c0e66acf9e4 to your computer and use it in GitHub Desktop.
border-radius scss class
.b-r{
border-radius: $radius;
overflow: hidden;
&.-animating{
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment