Skip to content

Commit

Permalink
VACMS-12252: fix for stylelint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Nov 29, 2023
1 parent 84c9804 commit ee1c423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

/* Abbreviations */
abbr[title] {
abbr[title] {/* stylelint-disable-line */
text-decoration: underline dotted;
}

Expand Down

0 comments on commit ee1c423

Please sign in to comment.