app/assets/sass/components/_callback-list.scss: use clearfix mixin instead of extend.
This commit is contained in:
parent
22f49280de
commit
10c5935620
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
.callback-list-item {
|
||||
@extend .clearfix;
|
||||
@include clearfix();
|
||||
position: relative;
|
||||
padding: .6em 1em;
|
||||
|
||||
|
|
|
|||
Reference in a new issue