Skip to content

Consider implementing page specific css #6

@invisibleroads

Description

@invisibleroads

This would require two passes and would double the time of each print.

@page aa {
  body {
    background-color: blue;
  }
}

.hmm {
  page: aa;
}

Problems include:

  • how to identify the page number of a named page

I'm not sure whether this should be implemented as it covers an edge case.

Metadata

Metadata

Assignees

No one assigned

    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