Current workaround is to include print rules inside a @media print { ... } block and include that in the main file.
Ideally, there is a top-level print.scss file which would be enqueued something like this:
wp_enqueue_style( 'print-styles', 'print.css', [], VERSION, 'print' );
Current workaround is to include print rules inside a
@media print { ... }block and include that in the main file.Ideally, there is a top-level print.scss file which would be enqueued something like this: