////
/// Connect Print
/// @group connect
////

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