Skip to content

Commit

Permalink
Test for fix of parent with newline
Browse files Browse the repository at this point in the history
Related to sass/sass#1976
  • Loading branch information
maciej-ka committed Sep 28, 2016
1 parent 01a48d0 commit bf71fed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/sass_3_5/fix-parent-with-newline/expected_output.css
@@ -0,0 +1,3 @@
.baz .foo,
.baz .bar {
color: red; }
6 changes: 6 additions & 0 deletions spec/sass_3_5/fix-parent-with-newline/input.scss
@@ -0,0 +1,6 @@
.foo,
.bar {
.baz & {
color: red;
}
}

0 comments on commit bf71fed

Please sign in to comment.