All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css._page-breaking.scss Maven / Gradle / Ivy

The newest version!
/*
 * Page breaking
 */

$force-braille-page-break: false !default;

@namespace epub url(http://www.idpf.org/2007/ops);

@if $force-braille-page-break {
	.page-front,
	.page-normal,
	.page-special,
	[epub|type='pagebreak'] {
		page-break-before: always;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy