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

typography-theme-wordpress-2015

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography-theme-wordpress-2015 - npm Package Compare versions

Comparing version 0.15.0 to 0.15.10

4

package.json
{
"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 @@ },

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