
css.volume-breaking.params Maven / Gradle / Ivy
Volumes: Maximum number of sheets
The maximum number of sheets in a volume.
Makes the variable `$maximum-number-of-sheets` available in style sheets and includes the following
rule by default:
~~~sass
@volume {
max-length: $maximum-number-of-sheets;
}
~~~
See the CSS specification for more info:
- the [`@volume`](http://braillespecs.github.io/braille-css/#h3_the-volume-rule) rule
- the [`max-length`](http://braillespecs.github.io/braille-css/#h3_the-length-properties) property
Volumes: Allow breaks within sections.
Amount with which volume breaks are allowed within sections.
The value can range from 1 to 10. The lower the value, the more preference is given to volume breaks
right before or after elements `level1` to `level6`. The higher the value, the more equal the volumes
will be in size.
Volumes: Prefer breaks at higher level sections.
Amount with which preference is given to volume breaks before higher level sections.
`level1` is the highest level. The value must be greater or equal to 0. It can be a non-integer. A
value of 0 means no preference is given. A higher value results in volumes that are less equal in
size.