File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
#{$prop } : $args ;
28
28
}
29
29
30
- @mixin animation {
30
+ @mixin animation ( $arguments ) {
31
31
@include vendor (" animation" , $arguments );
32
32
}
33
33
34
34
@mixin animation-fill-mode {
35
35
@include vendor (" animation-fill-mode" , $arguments );
36
36
}
37
37
38
- @mixin border-radius {
38
+ @mixin border-radius ( $arguments ) {
39
39
@include vendor (" border-radius" , $arguments );
40
40
}
41
41
42
- @mixin box-shadow {
42
+ @mixin box-shadow ( $arguments ) {
43
43
@include vendor (" box-shadow" , $arguments );
44
44
}
45
45
46
- @mixin background-size {
46
+ @mixin background-size ( $arguments ) {
47
47
@include vendor (" background-size" , $arguments );
48
48
}
49
49
195
195
}
196
196
197
197
/* ====================== TRANSITIONS ====================== */
198
- @mixin transition ($arguments ) {
198
+ @mixin transition ($arguments ... ) {
199
199
@include vendor (" transition" , $arguments );
200
200
}
201
201
221
221
222
222
@mixin transform-origin ($arguments ) {
223
223
@include vendor (" transform-origin" , $arguments );
224
- }
224
+ }
You can’t perform that action at this time.
0 commit comments