typography-theme-wordpress-2016
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -76,4 +76,5 @@ 'use strict'; | ||
blockquote: { | ||
marginLeft: rhythm(-1 / 2), | ||
marginRight: 0 | ||
marginLeft: rhythm(-3 / 4), | ||
marginRight: 0, | ||
paddingLeft: rhythm(9 / 16) | ||
} | ||
@@ -80,0 +81,0 @@ }), _defineProperty(_ref2, 'h1,h2,h3,h4,h5,h6', { |
{ | ||
"name": "typography-theme-wordpress-2016", | ||
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -75,4 +75,5 @@ // @flow | ||
blockquote: { | ||
marginLeft: rhythm(-1/2), | ||
marginLeft: rhythm(-3/4), | ||
marginRight: 0, | ||
paddingLeft: rhythm(9/16), | ||
}, | ||
@@ -79,0 +80,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
11939
196