Skip to content

Commit

Permalink
added floating number to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrose committed Nov 9, 2014
1 parent ec7127c commit d87ac8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ hr {
border-top-style: solid;
border-top-width: 1px;
padding-top: 1.4375em; }

.div {
margin-bottom: 0.45em; }
6 changes: 5 additions & 1 deletion test/test.scss
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
@import "../typesettings";
@import "../typesettings";

.div {
margin-bottom: emRhythm(1.2);
}

0 comments on commit d87ac8a

Please sign in to comment.