Skip to content

Commit 1f80b10

Browse files
author
@soyjavi
committed
Fixing typo
1 parent d097ce4 commit 1f80b10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vendor.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
#{$prop}: $args;
2828
}
2929

30-
@mixin animation {
30+
@mixin animation ($arguments) {
3131
@include vendor("animation", $arguments);
3232
}
3333

3434
@mixin animation-fill-mode {
3535
@include vendor("animation-fill-mode", $arguments);
3636
}
3737

38-
@mixin border-radius {
38+
@mixin border-radius ($arguments) {
3939
@include vendor("border-radius", $arguments);
4040
}
4141

42-
@mixin box-shadow {
42+
@mixin box-shadow ($arguments) {
4343
@include vendor("box-shadow", $arguments);
4444
}
4545

46-
@mixin background-size {
46+
@mixin background-size ($arguments) {
4747
@include vendor("background-size", $arguments);
4848
}
4949

@@ -195,7 +195,7 @@
195195
}
196196

197197
/* ====================== TRANSITIONS ====================== */
198-
@mixin transition($arguments) {
198+
@mixin transition($arguments...) {
199199
@include vendor("transition", $arguments);
200200
}
201201

@@ -221,4 +221,4 @@
221221

222222
@mixin transform-origin($arguments) {
223223
@include vendor("transform-origin", $arguments);
224-
}
224+
}

0 commit comments

Comments
 (0)