Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
Add a visual test for Stylus imports
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 4, 2012
1 parent 986419a commit 31ae5f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/testapp/stylesheets/import.styl
@@ -1 +1,4 @@
@import "style.styl"
@import "style.styl"

#stylys_import
display none
1 change: 1 addition & 0 deletions spec/testapp/views/index.jade
Expand Up @@ -5,3 +5,4 @@ h2 Failed CSS tests:
#less Adding LESS is broken
#raw Adding CSS strings is broken
#namespaced Adding namespaced CSS files is broken
#stylys_import Can import stylys styles

0 comments on commit 31ae5f8

Please sign in to comment.