Skip to content

Commit

Permalink
fix(hippy-vue): fixed css selectors TypeSelector match
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehan authored and xuqingkuang committed Feb 13, 2020
1 parent de98e8a commit adddcea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -497,7 +497,7 @@ class RuleSet {
toString() {
return `${this.selectors.join(', ')} {${
this.declarations.map((d, i) => `${i === 0 ? ' ' : ''}${d.property}: ${d.value}`).join('; ')
}}`;
}}`;
}

lookupSort(sorter) {
Expand Down

0 comments on commit adddcea

Please sign in to comment.