Skip to content

Commit d6df402

Browse files
committed
add missing code element around important style
1 parent e7bf86b commit d6df402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ If you really need to override another `!important`, you must use the string syn
575575
{% raw %}
576576
<div class="upgrade-path">
577577
<h4>Upgrade Path</h4>
578-
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of style bindings with `!important` in objects.</p>
578+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of style bindings with <code>!important</code> in objects.</p>
579579
</div>
580580
{% endraw %}
581581

0 commit comments

Comments
 (0)