Skip to content

Commit 0f29860

Browse files
author
Mike Street
committed
Added color alpha mixin previously with wrong name
1 parent 6f86c5b commit 0f29860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixins/_css3.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
box-sizing: $box;
2727
}
2828

29-
@mixin alpha-color($theme, $alpha: 0.5, $property: 'background-color') {
29+
@mixin color-alpha($theme, $alpha: 0.5, $property: 'background-color') {
3030
#{$property}: nth($theme, 1); //fallback
3131
#{$property}: rgba(nth($theme, 1), $alpha);
3232
}

0 commit comments

Comments
 (0)