Skip to content

Commit

Permalink
Add todo spec test for libsass issue 317
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Apr 22, 2016
1 parent b7e5eaf commit 05e9885
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
%foo {
max-width: 80%;
}

@media screen and (min-width: 300px) {
body {
@extend %foo;
}
}
9 changes: 9 additions & 0 deletions sass-spec/spec/libsass-todo-issues/issue_317/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
%foo {
max-width: 80%;
}

@media screen and (min-width: 300px) {
body {
@extend %foo;
}
}

0 comments on commit 05e9885

Please sign in to comment.