We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given:
<element> <link rel="stylesheet" href="sheet1.css"> <link rel="stylesheet" href="sheet2.css"> ... </element>
The content of the stylesheets will be converted to < style > elements but the content of sheet2 will appear before sheet1.
The text was updated successfully, but these errors were encountered:
See https://groups.google.com/forum/?fromgroups#!searchin/polymer-dev/using$20remote/polymer-dev/_vgb4Iu2p-8/2zJ4TPcO_w8J
Sorry, something went wrong.
style processing refactoring and fix for #148
ec6b2f2
sorvell
No branches or pull requests
Given:
The content of the stylesheets will be converted to < style > elements but the content of sheet2 will appear before sheet1.
The text was updated successfully, but these errors were encountered: