typography-theme-funston
Advanced tools
Comparing version 0.15.0 to 0.15.10
{ | ||
"name": "typography-theme-funston", | ||
"description": "A theme for Typography.js", | ||
"version": "0.15.0", | ||
"version": "0.15.10", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -9,3 +9,3 @@ "main": "./dist/index.js", | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.14.0" | ||
"typography-breakpoint-constants": "^0.15.10" | ||
}, | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -13,12 +13,7 @@ // @flow | ||
name: 'Patua One', | ||
styles: [ | ||
'400', | ||
], | ||
styles: ['400'], | ||
}, | ||
{ | ||
name: 'Cabin Condensed', | ||
styles: [ | ||
'400', | ||
'700', | ||
], | ||
styles: ['400', '700'], | ||
}, | ||
@@ -46,12 +41,12 @@ ], | ||
blockquote: { | ||
...scale(1/5), | ||
...scale(1 / 5), | ||
color: gray(40), | ||
paddingLeft: rhythm(13/16), | ||
paddingLeft: rhythm(13 / 16), | ||
marginLeft: rhythm(-1), | ||
borderLeft: `${rhythm(3/16)} solid ${gray(13)}`, | ||
borderLeft: `${rhythm(3 / 16)} solid ${gray(13)}`, | ||
}, | ||
[MOBILE_MEDIA_QUERY]: { | ||
blockquote: { | ||
marginLeft: rhythm(-3/4), | ||
paddingLeft: rhythm(9/16), | ||
marginLeft: rhythm(-3 / 4), | ||
paddingLeft: rhythm(9 / 16), | ||
marginRight: 0, | ||
@@ -64,2 +59,1 @@ }, | ||
export default theme | ||
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
23925
112
+ Addedtypography-breakpoint-constants@0.15.10(transitive)
- Removedtypography-breakpoint-constants@0.14.0(transitive)