////
/// Highlight Print
/// @group highlight
////

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