////
/// Translate Print
/// @group translate
////

@media print {
  @import 'index';
  @import 'style/print';
}
