Skip to content

Commit

Permalink
added simple testcase for in function import
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored and Panya committed Jun 6, 2012
1 parent c5b0c7c commit 2b637f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cases/import.include.in.function.css
@@ -0,0 +1,3 @@
body {
background: #000;
}
2 changes: 2 additions & 0 deletions test/cases/import.include.in.function.styl
@@ -0,0 +1,2 @@
@import "import.include.in.function/a";
func();
2 changes: 2 additions & 0 deletions test/cases/import.include.in.function/a.styl
@@ -0,0 +1,2 @@
func()
@import "b.css";
3 changes: 3 additions & 0 deletions test/cases/import.include.in.function/b.css
@@ -0,0 +1,3 @@
body {
background: #000;
}

0 comments on commit 2b637f2

Please sign in to comment.