_x-carousel.scss

This is an include file, for the carousels and can be included by any file.

The carousel config file. All the classes and IDs must be in this file.

WARNING: All the classes bellow are required.


Element's HTML structure:

.x-carousel

The whole element's wrapper.

.x-item

The carousel's item element.

.x-carousel-control

The carousel's control wrapper with the next and prev elements.

@import "compass/css3";

.x-carousel {

}


.x-carousel-item{

}


.x-carousel-control {
    .x-prev {}
    .x-next {}
}