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
There is a possibility to include the styles by adding them to the definition in book.json.
We have a multilanguage book, and I have noticed that adding the styles will work perfectly fine if they are added to one of the language folders.
We would like the styles to apply to all the languages and not be placed in each language separately and currently we can't do that. The folder styles, placed in the root folder isn't being transferred to the generated book. I have tried defining the styles in various ways, for example: ./../styles/website.css, /styles/website.css, ../styles/website.css. I have also tried moving the file to the root folder and changing the definition in book.json. None of this works.
We are using gitbook@2.1.0
The text was updated successfully, but these errors were encountered:
There is a possibility to include the styles by adding them to the definition in
book.json
.We have a multilanguage book, and I have noticed that adding the styles will work perfectly fine if they are added to one of the language folders.
We would like the styles to apply to all the languages and not be placed in each language separately and currently we can't do that. The folder
styles
, placed in the root folder isn't being transferred to the generated book. I have tried defining the styles in various ways, for example:./../styles/website.css
,/styles/website.css
,../styles/website.css
. I have also tried moving the file to the root folder and changing the definition inbook.json
. None of this works.We are using gitbook@2.1.0
The text was updated successfully, but these errors were encountered: