Archived
1
0
Fork 0

app/assets/sass/components/_callback-list.scss: use clearfix mixin instead of extend.

This commit is contained in:
Henrik Hautakoski 2022-07-31 23:39:03 +02:00
parent 22f49280de
commit 10c5935620

View file

@ -1,7 +1,7 @@
.callback-list-item {
@extend .clearfix;
@include clearfix();
position: relative;
padding: .6em 1em;