UNPKG

ksk-core

Version:

Core design system components and styles for Kickstart projects

9 lines (7 loc) 253 B
// Swiper slider tokens for breakpoints and slides per view // Edit this file to adjust breakpoints globally for all sliders export const SLIDER_BREAKPOINTS = { 640: { slidesPerView: 1 }, 900: { slidesPerView: 3 }, 1200: { slidesPerView: 4 }, };