Closed spring-raining closed 1 year ago
新しいVivliostyle theme @vivliostyle/theme-base を追加します。使用方法についてはこちらを参照してください。 https://github.com/vivliostyle/themes/blob/937a5326b8c9d2ebf7bab05f3ae6521d23521fc4/packages/%40vivliostyle/theme-base/README.md
@vivliostyle/theme-base
theme-baseは他のVivliostyle themeから継承して使用することを意図しています。このPRをマージしたあとに、他のVivliostyle theme (theme-techbookなど) についても順次theme-baseを使用する方式に変更してPRを作成します。
現在のVivliostyle.jsで、次の不具合があり、 ul:not(:is(ul *, ol *)) { padding-inline-start: max(…); } などが正しく機能しないことがわかりました。これはVivliostyle.js側をなるべく早く直したい。
ul:not(:is(ul *, ol *)) { padding-inline-start: max(…); }
About
新しいVivliostyle theme
@vivliostyle/theme-base
を追加します。使用方法についてはこちらを参照してください。 https://github.com/vivliostyle/themes/blob/937a5326b8c9d2ebf7bab05f3ae6521d23521fc4/packages/%40vivliostyle/theme-base/README.mdtheme-baseは他のVivliostyle themeから継承して使用することを意図しています。このPRをマージしたあとに、他のVivliostyle theme (theme-techbookなど) についても順次theme-baseを使用する方式に変更してPRを作成します。