Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 30, 2016
1 parent 3fc5881 commit 04944b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
14 changes: 13 additions & 1 deletion test/test.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion test/test.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
@import "../dist/webkit-sassui-envelope-border.scss";
.test-webkit-sassui-envelope-border{
@include webkit-sassui-envelope-border($inSize:5px,$inBgSize:10%,$inRadius:10px,$inBdPadding:10px);
@include webkit-sassui-envelope-border($inSize:3px,$inBgSize:10%,$inRadius:10px,$inBdPadding:10px);
margin: 40px auto;
width:80%;
>.bd{
padding: 10px;
font-size: 12px;
line-height: 22px;
font-family: monospace;
background: #fffced;
color: #333;
border-radius: 3px;
}
}

0 comments on commit 04944b1

Please sign in to comment.