From 10718b0bdffc14769e37ee5b0faf804d8858bff9 Mon Sep 17 00:00:00 2001 From: Elena Vilchik Date: Thu, 28 Jun 2018 14:00:29 +0200 Subject: Add 'at-root', 'error' and 'warn' to default of S4662 (#99) --- its/plugin/projects/issues-project/src/file3.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'its') diff --git a/its/plugin/projects/issues-project/src/file3.scss b/its/plugin/projects/issues-project/src/file3.scss index 5ceb19c..6f19ae1 100644 --- a/its/plugin/projects/issues-project/src/file3.scss +++ b/its/plugin/projects/issues-project/src/file3.scss @@ -66,9 +66,10 @@ unknown { /* S4670 | selecto @mixin adjust-location($x, $y) { @if unitless($x) { color: blue; - @debug "" - @warn "" - @error "" + @debug ""; + @warn ""; + @error ""; + @at-root [dir="ltr"] { color: blue; } } @else { color: black; } @@ -89,4 +90,4 @@ $i: 6; @while $i > 0 { .item-#{$i} { width: 2em * $i; } $i: $i - 2; -} \ No newline at end of file +} -- cgit v1.2.3