XenForo extra less examples
From TWC Wiki
Examples of possible extra.less coding that are not necessarily currently used on TWC skins.
Specify horizontal carousel behaviour
// restricts the featured resources widget to 1 per page, so it swaps instead of slides
.carousel-body.carousel-body--show2 {
--xf-slidesPerPage: 1;
}
