typography-theme-wordpress-2015
Advanced tools
Comparing version 0.15.0 to 0.15.10
{ | ||
"name": "typography-theme-wordpress-2015", | ||
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2015 default theme", | ||
"version": "0.15.0", | ||
"version": "0.15.10", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.14.0" | ||
"typography-breakpoint-constants": "^0.15.10" | ||
}, | ||
@@ -10,0 +10,0 @@ "keywords": [ |
@@ -13,6 +13,3 @@ // @flow | ||
name: 'Noto Serif', | ||
styles: [ | ||
'400', | ||
'700', | ||
], | ||
styles: ['400', '700'], | ||
}, | ||
@@ -42,3 +39,3 @@ ], | ||
'li>ol,li>ul': { | ||
marginLeft: rhythm(2/3), | ||
marginLeft: rhythm(2 / 3), | ||
marginBottom: 0, | ||
@@ -48,8 +45,8 @@ }, | ||
blockquote: { | ||
...scale(1/5), | ||
...scale(1 / 5), | ||
color: gray(41), | ||
fontStyle: 'italic', | ||
paddingLeft: rhythm(5/8), | ||
marginLeft: rhythm(-6/8), | ||
borderLeft: `${rhythm(1/8)} solid rgba(51, 51, 51, 0.7)`, | ||
paddingLeft: rhythm(5 / 8), | ||
marginLeft: rhythm(-6 / 8), | ||
borderLeft: `${rhythm(1 / 8)} solid rgba(51, 51, 51, 0.7)`, | ||
}, | ||
@@ -72,5 +69,5 @@ 'blockquote > :last-child': { | ||
blockquote: { | ||
marginLeft: rhythm(-3/4), | ||
marginLeft: rhythm(-3 / 4), | ||
marginRight: 0, | ||
paddingLeft: rhythm(9/16), | ||
paddingLeft: rhythm(9 / 16), | ||
}, | ||
@@ -77,0 +74,0 @@ }, |
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
28058
149
+ Addedtypography-breakpoint-constants@0.15.10(transitive)
- Removedtypography-breakpoint-constants@0.14.0(transitive)