diff options
| -rw-r--r-- | scss/tests/files/xfail/scope-nesting-2.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tests/files/xfail/scope-nesting-2.css b/scss/tests/files/xfail/scope-nesting-2.css index 142ba28..0f1ba43 100644 --- a/scss/tests/files/xfail/scope-nesting-2.css +++ b/scss/tests/files/xfail/scope-nesting-2.css @@ -4,5 +4,5 @@ h1 { } h1 h2 { color: gray; - color: white; + color: grey; } |
