Skip to content

Commit

Permalink
pass lowerCaseAttributeNames: true to posthtml-parser (fix version bu…
Browse files Browse the repository at this point in the history
…mp) (#810)
  • Loading branch information
ronami authored and devongovett committed Feb 14, 2018
1 parent 6deec80 commit 1d2f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/HTMLAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class HTMLAsset extends Asset {
}

parse(code) {
let res = parse(code);
let res = parse(code, {lowerCaseAttributeNames: true});
res.walk = api.walk;
res.match = api.match;
return res;
Expand Down

0 comments on commit 1d2f82d

Please sign in to comment.