Skip to content

Commit

Permalink
Fix typo in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Mar 5, 2018
1 parent 4f80a24 commit 2b4fde5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ $my-var: background;
.mybox2 {
#{$my-var}-color: blue; /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-color" interpolated property.}! */
color: red;
#{$my-var}-color: url("paper.gif"); /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-image" interpolated property.}! */
#{$my-var}-image: url("paper.gif"); /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-image" interpolated property.}! */
}

0 comments on commit 2b4fde5

Please sign in to comment.