@if $type == 'epub' {
  @import 'left-epub';
} @else if $type == 'prince' {
  @import 'left-prince';
} @else if $type == 'web' {
  // TODO
}
