Advertisement
asarycan

Sass Font-face

Feb 23rd, 2018
1,439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.12 KB | None | 0 0
  1. @mixin border-radius($radius:5px)
  2. {
  3.     -webkit-border-radius:$radius;
  4.     -moz-border-radius:$radius;
  5.     border-radius:$radius;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement