Skip to content

Instantly share code, notes, and snippets.

@Wakkos
Created October 4, 2021 13:34
Show Gist options
  • Save Wakkos/3f56ef4eaf5c3613cb54276053cdc80e to your computer and use it in GitHub Desktop.
Save Wakkos/3f56ef4eaf5c3613cb54276053cdc80e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.break-after--always {
page-break-after: always;
}
.break-inside--avoid {
page-break-inside: avoid;
}
.print-title-section {
@extend .break-after--always;
}
.break-after--always, .print-title-section {
page-break-after: always;
}
.break-inside--avoid {
page-break-inside: avoid;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment