Closed cobhimself closed 3 years ago
It seems the custom style support as mentioned in the documentation is not working correctly.
The configuration:
<custom> <skinConfig> <customStyle>./css/custom.css</customStyle> </skinConfig> </custom>
should add custom.css to the style on the page.
custom.css
I've confirmed the style is copied over correctly but it is never imported in the document.
Will be submitting a PR soon.
Submitted PR #189
Merged the pull request and published as version 2.0.12.
It seems the custom style support as mentioned in the documentation is not working correctly.
The configuration:
should add
custom.css
to the style on the page.I've confirmed the style is copied over correctly but it is never imported in the document.
Will be submitting a PR soon.