Example:
Starting with:
.card { // IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well :(
.front, .back { overflow-x: hidden; }
}
when formatted to 'Compact':
.card { // IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well:(.front, .back { overflow-x: hidden; }
}
and then back to 'Expanded':
.card {
// IE Hacks. Hiding left/right arrows since IE8-10 don't handle backface-visibility very well:(.front, .back {
overflow-x: hidden;
}
}