Socket
Socket
Sign inDemoInstall

typography-theme-elk-glen

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.10

4

package.json
{
"name": "typography-theme-elk-glen",
"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 @@ "dependencies": {

"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.14.0"
"typography-breakpoint-constants": "^0.15.10"
},

@@ -12,0 +12,0 @@ "keywords": [

@@ -14,13 +14,7 @@ // @flow

name: 'Oswald',
styles: [
'700',
],
styles: ['700'],
},
{
name: 'PT Sans',
styles: [
'400',
'400i',
'700',
],
styles: ['400', '400i', '700'],
},

@@ -57,6 +51,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',

@@ -83,7 +77,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,

@@ -90,0 +84,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc