typography
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -71,10 +71,6 @@ // Generated by CoffeeScript 1.9.3 | ||
options: options, | ||
GoogleFont: function() { | ||
return require('./components/GoogleFont')(options); | ||
}, | ||
TypographyStyle: function() { | ||
return require('./components/TypographyStyle')(function() { | ||
return createStylesString(options); | ||
}); | ||
}, | ||
GoogleFont: require('./components/GoogleFont')(options), | ||
TypographyStyle: require('./components/TypographyStyle')(function() { | ||
return createStylesString(options); | ||
}), | ||
rhythm: vr.rhythm, | ||
@@ -81,0 +77,0 @@ createStyles: function() { |
{ | ||
"name": "typography", | ||
"description": "Opinionated toolkit for building websites with beautiful typography", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3657550
8048