stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.1.7 vs stylesheets/html5-boilerplate/_fonts.scss in html5-boilerplate-0.2.0
- old
+ new
@@ -45,9 +45,9 @@
// .bigger
// +font-size(18px)
// .big .bigger
// +font-size(18px, 16px)
//
-// For more information see the table found at http://developer.yahoo.com/yui/fonts/#fontsize
+// For more information see the table found at http://developer.yahoo.com/yui/3/cssfonts/#fontsize
@mixin font-size($size, $base-font-size: $base-font-size) {
font-size: percentage($size / $base-font-size);
}