We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f80a24 commit 2b4fde5Copy full SHA for 2b4fde5
its/plugin/projects/custom-rules/src/interpolatedProperties.scss
@@ -7,5 +7,5 @@ $my-var: background;
7
.mybox2 {
8
#{$my-var}-color: blue; /* Noncompliant ![sc=3;ec=19]! !{Remove this usage of the "#{$my-var}-color" interpolated property.}! */
9
color: red;
10
- #{$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.}! */
11
}
0 commit comments