////
/// Tag Print
/// @group tag
////

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