Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add page break support #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add page break support #13

wants to merge 1 commit into from

Conversation

skycsky
Copy link

@skycsky skycsky commented May 29, 2018

add class "_break" to make page-break-after(before) work for children element

add class "_break" to make page-break-after(before) work for children element
@a-x-
Copy link
Owner

a-x- commented Jun 15, 2018

Can we implement full page-break-after/before behavior here?
Your proposal is so fragmental and not self described/self useful now.
I think, we can make it more useful.

Rough todo list:

  1. Add props
  2. Add page-break-after and another related properties

.print._break {
position: relative;
left: 0;
top: 0;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain a bit?

why not page-break-after: avoid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants