Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
test: improve test content
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Petrov committed Feb 13, 2016
1 parent bbfee03 commit 7bbf0bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/sample/1.styl
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
$variable = 10px

div
display inline-block
margin 10px
background-image url('../some/image.jpg')
1 change: 1 addition & 0 deletions test/fixtures/sample/2.styl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
span
display block
margin $variable

0 comments on commit 7bbf0bf

Please sign in to comment.