Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfog committed Jun 11, 2013
1 parent eba6a90 commit 88be7c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/cases/property-hidden.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.foo,
.bar {
}
.bar {
float: left;
}
body {
width: 100%;
}
10 changes: 10 additions & 0 deletions test/cases/property-hidden.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.foo
$hidden1 awesome

.bar
float left
@extends .foo

body
width 100%
$hidden2 great

0 comments on commit 88be7c9

Please sign in to comment.