Skip to content

Commit 0c9624d

Browse files
committed
Merge branch 'issue_1569'
2 parents d32ceef + 4a2f3a4 commit 0c9624d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Error: Base-level rules cannot contain the parent-selector-referencing character '&'.
2+
on line 2 of /home/saper/sw/libsass/sass-spec/spec/libsass-ok-issues/issue_1569/input.scss
3+
Use --trace for backtrace.

spec/libsass-ok-issues/issue_1569/expected_output.css

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
$common-border: "foo";
2+
.nihilo & {
3+
.dijitMenu {
4+
border: $common-border;
5+
.dijitMenuItem {
6+
color: getColor('text-dark-main');
7+
}
8+
}
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65

0 commit comments

Comments
 (0)