Skip to content

Commit 73ea40c

Browse files
committed
Update Epub file
1 parent 08d8c72 commit 73ea40c

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/CSS28-migration_guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,6 @@ If you need to apply padding to the scroll view, you can use the `--RS__scrollPa
278278

279279
## Default line-length value has changed
280280

281-
As of version `2.0.0` (stable), the default line-length when none is set by the user is `100%` instead of `40rem`. This is to prevent conflicts with the zoom factor.
281+
As of version `2.0.0` (stable), the default line-length when none is set by the user is `100%` instead of `40rem`. This is to prevent conflicts with the zoom factor.
282+
283+
The custom property has been kept so that consumers of ReadiumCSS can still customize the value if they wish, especially as they can opt out of the new font-size implementation.

docs/ReadiumCSS_docs.epub

199 Bytes
Binary file not shown.

docs/ReadiumCSS_docs/OEBPS/Text/Section-028.xhtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ const backgroundColor = defaultColors.RS__backgroundColor;</code></pre>
335335
<h2 id="sigil_toc_id_225">Default line-length value has changed</h2>
336336

337337
<p>As of version <code>2.0.0</code> (stable), the default line-length when none is set by the user is <code>100%</code> instead of <code>40rem</code>. This is to prevent conflicts with the zoom factor.</p>
338+
339+
<p>The custom property has been kept so that consumers of ReadiumCSS can still customize the value if they wish, especially as they can opt out of the new font-size implementation.</p>
338340
</section>
339341
</section>
340342
</body>

0 commit comments

Comments
 (0)