typography-theme-wordpress-2016
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -33,4 +33,3 @@ 'use strict'; | ||
bodyFontFamily: ['Merriweather', 'Georgia', 'serif'], | ||
headerGray: 10, | ||
bodyGray: 10, | ||
bodyColor: 'hsla(0,0%,0%,0.9)', | ||
headerWeight: 900, | ||
@@ -42,5 +41,5 @@ bodyWeight: 400, | ||
var adjustFontSizeTo = _ref.adjustFontSizeTo; | ||
var scale = _ref.scale; | ||
var rhythm = _ref.rhythm; | ||
var adjustFontSizeTo = _ref.adjustFontSizeTo, | ||
scale = _ref.scale, | ||
rhythm = _ref.rhythm; | ||
return _ref2 = { | ||
@@ -61,3 +60,3 @@ h1: { | ||
'blockquote cite': _extends({}, adjustFontSizeTo(options.baseFontSize), { | ||
color: (0, _grayPercentage2.default)(options.bodyGray), | ||
color: options.bodyColor, | ||
fontWeight: options.bodyWeight | ||
@@ -64,0 +63,0 @@ }), |
{ | ||
"name": "typography-theme-wordpress-2016", | ||
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -32,4 +32,3 @@ // @flow | ||
bodyFontFamily: ['Merriweather', 'Georgia', 'serif'], | ||
headerGray: 10, | ||
bodyGray: 10, | ||
bodyColor: 'hsla(0,0%,0%,0.9)', | ||
headerWeight: 900, | ||
@@ -55,3 +54,3 @@ bodyWeight: 400, | ||
...adjustFontSizeTo(options.baseFontSize), | ||
color: gray(options.bodyGray), | ||
color: options.bodyColor, | ||
fontWeight: options.bodyWeight, | ||
@@ -58,0 +57,0 @@ }, |
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
17959
190