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

Fix regression with imported css #4991

Merged
merged 2 commits into from
Dec 13, 2017
Merged

Commits on Dec 12, 2017

  1. Fix regression with imported css

    Fix case where `<link rel="import" type="css">` is the only styling for
    an element
    
    Fixes #4986
    dfreedm committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    706e602 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Handle case where there are no elements in the template

    Always put `<link rel="import" type="css">` styles at the top
    dfreedm committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    2d6b468 View commit details
    Browse the repository at this point in the history