$('.sale-slider').<b>click</b>({
dots: false,
....
jQuery(document).ready(function() { jQuery("#owl-demo-2").owlCarousel({ }); });
jQuery('#owl-demo-2')({
items: 4,
autoPlay: false,
loop: true,
navigation: true,
navigationText: ['<div class="prewArrow slick-arrow slick-disabled" aria-disabled="true" style=""> </div>', '<div class="nextArrow slick-arrow" style=""></div>'],
pagination: true
});
.basket
margin-bottom: 40px
+q(xs) // фиксированный брейкпоинт
margin-bottom: 10px
+max(1024) // динамичный брейкпоинт
margin-bottom: 15px
// BREAKPOINTS
=q($point)
@if $point == lg
@media screen and (max-width: 1400px)
@content
@else if $point == md
@media screen and (max-width: 1199px)
@content
@else if $point == sm
@media screen and (max-width: 991px)
@content
@else if $point == xs
@media screen and (max-width: 767px)
@content
@else if $point == lmb
@media screen and (max-width: 600px)
@content
@else if $point == smb
@media screen and (max-width: 599px)
@content
@else if $point == mb
@media screen and (max-width: 480px)
@content
@else if $point == smb
@media screen and (max-width: 380px)
@content
@else if $point == xsmb
@media screen and (max-width: 360px)
@content
<thead>