Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typography-theme-funston

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography-theme-funston - npm Package Compare versions

Comparing version 0.15.0 to 0.15.10

4

package.json
{
"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
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc