Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T.P.SelfContained: improve handling of links to remote CSS.
Previously these were only converted to a `<style>` element if the link was being served with a text/css mime type (not e.g. text/plain). We now add a secondary check for `rel="stylesheet"` to better handle such cases. Closes #10261.
- Loading branch information