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
I'd like to make local adjustments to the CSS provided out of the box and though I could do so by declaring <stylesheet>foo.css</stylesheet> in my Maven build. foo.css would then @import "site.css"; to pick up the styles defined by the backend and contain a couple of customizations. However, despite the manual definition of the stylesheet, the HTML rendered still refers to site.css, i.e. it doesn't seem to honor the manual override.
The text was updated successfully, but these errors were encountered:
I'd like to make local adjustments to the CSS provided out of the box and though I could do so by declaring
<stylesheet>foo.css</stylesheet>
in my Maven build.foo.css
would then@import "site.css";
to pick up the styles defined by the backend and contain a couple of customizations. However, despite the manual definition of the stylesheet, the HTML rendered still refers tosite.css
, i.e. it doesn't seem to honor the manual override.The text was updated successfully, but these errors were encountered: