Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

fix(parser/html): remove rel attr from inlined styles #22

Merged
merged 1 commit into from
Dec 9, 2017

Conversation

zanona
Copy link
Owner

@zanona zanona commented Dec 9, 2017

<link data-inline rel=stylesheet href=index.less>

is currently expanding to

<style rel=stylesheet></style>

Attribute rel not allowed on element style at this point

@zanona zanona added the bug label Dec 4, 2017
@zanona zanona changed the title remove rel attribute on inlined styles fix(parser/html): remove rel attribute from inlined styles Dec 9, 2017
@zanona zanona changed the title fix(parser/html): remove rel attribute from inlined styles fix(parser/html): remove rel attr from inlined styles Dec 9, 2017
@zanona zanona merged commit aca90a6 into master Dec 9, 2017
@zanona zanona deleted the 22-style-rel-attr branch December 9, 2017 14:52
@zanona zanona self-assigned this Dec 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant