You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the config file has entry setting with an HTML file, that has a link to a CSS file, and has workspaceDir setting, the CSS is not copied to the workspaceDir and the style is ignored in the output. e.g.:
When the config file has entry setting with an HTML file, that has a link to a CSS file, and has workspaceDir setting, the CSS is not copied to the workspaceDir and the style is ignored in the output. e.g.:
vivliostyle.config.js:
test.html:
style.css:
In this example, the style in the
style.css
is ignored.Why
DEFAULT_ASSETS
not including'**/*.css'
?vivliostyle-cli/src/config.ts
Lines 130 to 142 in 1f1e48f
The text was updated successfully, but these errors were encountered: