Skip to content

Commit 2b4fde5

Browse files
committed
Fix typo in ITs
1 parent 4f80a24 commit 2b4fde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/plugin/projects/custom-rules/src/interpolatedProperties.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ $my-var: background;
77
.mybox2 {
88
#{$my-var}-color: blue; /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-color" interpolated property.}! */
99
color: red;
10-
#{$my-var}-color: url("paper.gif"); /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-image" interpolated property.}! */
10+
#{$my-var}-image: url("paper.gif"); /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-image" interpolated property.}! */
1111
}

0 commit comments

Comments
 (0)