typography-theme-lincoln
Advanced tools
Comparing version 0.15.0 to 0.15.10
{ | ||
"name": "typography-theme-lincoln", | ||
"description": "A theme for Typography.js", | ||
"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": [ |
@@ -14,13 +14,7 @@ // @flow | ||
name: 'Varela Round', | ||
styles: [ | ||
'400', | ||
], | ||
styles: ['400'], | ||
}, | ||
{ | ||
name: 'Lora', | ||
styles: [ | ||
'400', | ||
'400i', | ||
'700', | ||
], | ||
styles: ['400', '400i', '700'], | ||
}, | ||
@@ -63,6 +57,6 @@ ], | ||
blockquote: { | ||
...scale(1/5), | ||
borderLeft: `${rhythm(6/16)} solid ${linkColor}`, | ||
...scale(1 / 5), | ||
borderLeft: `${rhythm(6 / 16)} solid ${linkColor}`, | ||
color: gray(35), | ||
paddingLeft: rhythm(10/16), | ||
paddingLeft: rhythm(10 / 16), | ||
fontStyle: 'italic', | ||
@@ -89,7 +83,7 @@ marginLeft: 0, | ||
blockquote: { | ||
borderLeft: `${rhythm(3/16)} solid ${linkColor}`, | ||
borderLeft: `${rhythm(3 / 16)} solid ${linkColor}`, | ||
color: gray(41), | ||
paddingLeft: rhythm(9/16), | ||
paddingLeft: rhythm(9 / 16), | ||
fontStyle: 'italic', | ||
marginLeft: rhythm(-3/4), | ||
marginLeft: rhythm(-3 / 4), | ||
marginRight: 0, | ||
@@ -103,2 +97,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
85127
182
+ Addedtypography-breakpoint-constants@0.15.10(transitive)
- Removedtypography-breakpoint-constants@0.14.0(transitive)