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

css @page method breaks combining media queries. #16

Open
rajushrestha opened this issue Jan 19, 2018 · 1 comment
Open

css @page method breaks combining media queries. #16

rajushrestha opened this issue Jan 19, 2018 · 1 comment

Comments

@rajushrestha
Copy link

I've been trying to compile scss and combine media queries, but I'm having issues because of

@page {
h1 {
page-break-after: avoid;
}
}

Is there any available option to ignore some methods? or I'm missing something here.

@ocleo1
Copy link

ocleo1 commented Aug 29, 2018

Got similar issue. Mine is @page { ... } entire block got eliminated.

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

No branches or pull requests

2 participants