Guest User

Untitled

a guest
Sep 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @mixin layer($color: transparentize(black, 0.5)) {
  2. background-color: $color;
  3. position: absolute;
  4. left: 0;
  5. right: 0;
  6. top: 0;
  7. bottom: 0;
  8. }
Add Comment
Please, Sign In to add comment