Notes about Web design and front-end development :)
@mixin background-opacity($color, $opacity: 0.3) { background: $color; /* The Fallback */ background: rgba($color, $opacity); }
element { @include background-opacity(#333, 0.5); }
No comments:
Post a Comment