Skip to content

Commit

Permalink
testing #33
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkellum committed Dec 30, 2012
1 parent f372d4e commit aa81184
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/public/stylesheets/example.css
@@ -1,3 +1,7 @@
foo {
foo: MS-LIST: 1.443 1.516 2.335 2.452 3.777 3.968 6.112 6.112 6.112 9.889 16 16.807;
}

html {
padding: 20px;
}
Expand Down
4 changes: 3 additions & 1 deletion test/sass/example.scss
Expand Up @@ -24,7 +24,9 @@
// @include modular-scale-list(1, 3, 16px, $ratio);
// @debug $scale;

@debug ms-list(-10, 1, 16 44, 1.618);
foo {
foo: ms-list(-10, 1, 16 44, 1.618);
}

// Defining the background color so we can see what is going on.
html {
Expand Down

0 comments on commit aa81184

Please sign in to comment.