-
Notifications
You must be signed in to change notification settings - Fork 241
Linked stylesheets don't preserve correct order #604
Copy link
Copy link
Open
Description
According to the code and comments, the order between linked stylesheets and the amp-custom style should be preserved, which makes sense, as you'd want to keep CSS ordering intact.
However, the expected output in the spec files does not match this order.
For this input:
I would expect the output to have the exact same ordering of the two fonts and the <style amp-custom> tag.
However, the expected_output.html file shows a different order:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels