Skip to content
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

allow_network=False prevents loading of local stylesheets #268

Open
evanwall-carta opened this issue Nov 1, 2021 · 0 comments
Open

allow_network=False prevents loading of local stylesheets #268

evanwall-carta opened this issue Nov 1, 2021 · 0 comments

Comments

@evanwall-carta
Copy link

If Premailer is initialized with allow_network=False then it will not be able to load local stylesheets.
The following will be ignored by Premailer:

<link rel="stylesheet" href="email/base/base.css">

The root cause of this bug is probably here:

cssselector.append("link[rel~=stylesheet]")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant