[] lets you use overscroll-behavior-inline
and overscroll-behavior-block
properties following the [CSS Overscroll Specification].
<example.css>
/* becomes */
<example.expect.css>
The inlineDirection
option allows you to specify the direction of the inline axe. The default value is left-to-right
, which would match any latin language.
You should tweak this value so that it is specific to your language and writing mode.
<exportName>({
inlineDirection: 'top-to-bottom'
})
<example.css>
/* becomes */
<example.chinese.expect.css>
Each direction must be one of the following:
top-to-bottom
bottom-to-top
left-to-right
right-to-left