Skip to content

Commit 9770c0f

Browse files
committed
Merge branch 'issue_1585'
2 parents fb7c1f4 + 64340c4 commit 9770c0f

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Error: Properties are only allowed within rules, directives, mixin includes, or other properties.
2+
on line 7 of /home/saper/sw/libsass/sass-spec/spec/libsass-todo-issues/issue_1585/input.scss
3+
Use --trace for backtrace.

spec/libsass-todo-issues/issue_1585/expected_output.css

Whitespace-only changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@mixin bar() {
2+
@at-root { @content; }
3+
}
4+
5+
.test {
6+
@include bar() {
7+
color: yellow;
8+
.nest2 {
9+
color: green;
10+
}
11+
}
12+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65

0 commit comments

Comments
 (0)