-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
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
External CSS file in header and footer #27
Comments
it doesn't appear to be supported at the moment. What I did, was to use cheerio to grab all the |
You can use this PR to work around the issue :) |
This should work now with the newest version |
doesn't work for me with the newest version, im referencing bootstrap remotely in the head with a link element. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> |
I am trying to use en external CSS file in my header and my footer, but it doesn't seems to works. Even bootstrap style that works in the body doesn't work in footer and header. However, the inline CSS works, but I would prefer to have cleaner code and to split the CSS from the HTML.
Thanks.
The text was updated successfully, but these errors were encountered: