Commit caae29a8 by Brian Talbot

studio - fixing a default mixin value used when defining font-size for elements

parent e8401cf2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
@return #{$pxval / $base}em; @return #{$pxval / $base}em;
} }
@mixin font-size($sizeValue: 1.6){ @mixin font-size($sizeValue: 16){
font-size: $sizeValue + px; font-size: $sizeValue + px;
font-size: ($sizeValue/10) + rem; font-size: ($sizeValue/10) + rem;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment