Skip to content

Commit

Permalink
Merge pull request #172 from xzyfer/fix/issue_702
Browse files Browse the repository at this point in the history
Update spec for feature-exists for sass compat
  • Loading branch information
xzyfer committed Dec 11, 2014
2 parents f5e00f8 + 53a8472 commit 818889e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions spec/libsass-closed-issues/issue_702/expected_output.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.foo {
content: true;
content: false;
content: false;
content: false;
content: false;
}
5 changes: 1 addition & 4 deletions spec/libsass-closed-issues/issue_702/input.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.foo {
content: function-exists("feature-exists");
content: feature-exists("global-variable-shadowing");
content: feature-exists("extend-selector-pseudoclass");
content: feature-exists("units-level-3");
content: feature-exists("at-error");
content: feature-exists("foo");
}

0 comments on commit 818889e

Please sign in to comment.