Skip to content

Commit

Permalink
test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Cactusbone committed Jan 26, 2017
1 parent 9fa99d1 commit 90a7d13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/extend.block-level.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.theme .test-hello,
.theme .test-world {
color: #f00;
}
2 changes: 2 additions & 0 deletions test/cases/extend.block-level.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

@import 'extend.block-level/b'
5 changes: 5 additions & 0 deletions test/cases/extend.block-level/a.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.test-hello
color #f00

.test-world
@extend .test-hello
2 changes: 2 additions & 0 deletions test/cases/extend.block-level/b.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.theme
@import "a";

0 comments on commit 90a7d13

Please sign in to comment.