We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to customize the style of themes? vivliostyle/themes#9 に関して:
font-size や line-height などの値を SCSS の変数にして、ユーザーが簡単にスタイルをカスタマイズできるようにしたいです。たとえば Create Book を使って本を作る際、vivliostyle.config.js にこれらの変数名と値を書いて vivliostyle build / vivliostyle preview コマンドを実行すれば、Create Book で使っているテーマのスタイルにユーザー指定の値を反映させたスタイルシートが生成されるとうれしいと思います。
font-size
line-height
vivliostyle build
vivliostyle preview
The text was updated successfully, but these errors were encountered:
themes/packages/
MurakamiShinyu
No branches or pull requests
How to customize the style of themes? vivliostyle/themes#9 に関して:
font-size
やline-height
などの値を SCSS の変数にして、ユーザーが簡単にスタイルをカスタマイズできるようにしたいです。たとえば Create Book を使って本を作る際、vivliostyle.config.js にこれらの変数名と値を書いてvivliostyle build
/vivliostyle preview
コマンドを実行すれば、Create Book で使っているテーマのスタイルにユーザー指定の値を反映させたスタイルシートが生成されるとうれしいと思います。The text was updated successfully, but these errors were encountered: