Skip to content

dependency manifest should support print stylesheets. #52

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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