Skip to content

dependency manifest should support print stylesheets. #52

@joemaller

Description

@joemaller

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' ); 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions