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
スタイルシートからインポートされるスタイルシートが有効になりません。
例:
vivliostyle.config.js ファイルで次のようにスタイルシートを指定します。
theme: 'style.css',
style.css ファイルの先頭には
@import "style2.css";
があり、その style2.css ファイルでもスタイルの指定をしています。
MDファイルをプレビュー画面で確認すると、style.css ファイルに書かれたスタイルは反映されますが、style2.css ファイルに書かれたスタイルは反映されません。
ブラウザのDevToolsで見てみると、次のようにエラーメッセージが出ています:
Failed to load resource: the server responded with a status of 404 GET https://vivliostyle-pub-develop.vercel.app/vpubfs/style2.css 404 (Not Found)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
スタイルシートからインポートされるスタイルシートが有効になりません。
例:
vivliostyle.config.js ファイルで次のようにスタイルシートを指定します。
style.css ファイルの先頭には
があり、その style2.css ファイルでもスタイルの指定をしています。
MDファイルをプレビュー画面で確認すると、style.css ファイルに書かれたスタイルは反映されますが、style2.css ファイルに書かれたスタイルは反映されません。
ブラウザのDevToolsで見てみると、次のようにエラーメッセージが出ています:
The text was updated successfully, but these errors were encountered: