Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @mixin inset-text($color, $amount: 0.7) {
  2. color: $color;
  3. @if lightness($color) < 50% { @include single-text-shadow(rgba(white, $amount), 1px, 1px, 1px); }
  4. @else { @include single-text-shadow(rgba(black, $amount), -1px, -1px, 1px); }
  5. }
Add Comment
Please, Sign In to add comment