Skip to content

Commit

Permalink
Add specs for issue 2096
Browse files Browse the repository at this point in the history
This PR add specs for sass/libsass#2096
  • Loading branch information
xzyfer committed Sep 8, 2016
1 parent ce5668f commit f371e78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/libsass-todo-issues/issue_2096/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "https://foo";
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_2096/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@mixin foo() {
@import "https://foo";
}
@include foo;

0 comments on commit f371e78

Please sign in to comment.