Skip to content

Commit

Permalink
Merge pull request sass#401 from xzyfer/feat/activate-1251
Browse files Browse the repository at this point in the history
Activate specs for issue 1251
  • Loading branch information
xzyfer committed May 31, 2015
2 parents 0a69859 + 712d943 commit 7689381
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.foo { yellow: yellow; red: red; blue: blue; white: white; black: black; }
.foo { yellow: yellow; red: red; blue: blue; white: white; black: black; eval: yellow; }
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.foo{yellow:yellow;red:red;blue:blue;white:white;black:black;eval:#ff0}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
blue: blue;
white: white;
black: black;
eval: yellow;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
blue: blue;
white: white;
black: black;
}
eval: yellow; }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
red: red;
blue: blue;
white: white;
black: black; }
black: black;
eval: if(red + green, yellow, null);
}

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7689381

Please sign in to comment.