typography-theme-wordpress-kubrick
Advanced tools
Comparing version 0.16.18 to 0.16.19
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -7,3 +7,3 @@ Object.defineProperty(exports, "__esModule", { | ||
var _grayPercentage = require('gray-percentage'); | ||
var _grayPercentage = require("gray-percentage"); | ||
@@ -15,11 +15,11 @@ var _grayPercentage2 = _interopRequireDefault(_grayPercentage); | ||
var theme = { | ||
title: 'Wordpress Kubrick', | ||
baseFontSize: '12px', | ||
title: "Wordpress Kubrick", | ||
baseFontSize: "12px", | ||
baseLineHeight: 1.4, | ||
headerFontFamily: ['Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif'], | ||
bodyFontFamily: ['Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif'], | ||
bodyColor: 'hsla(0,0%,0%,0.8)', | ||
headerWeight: 'bold', | ||
bodyWeight: 'normal', | ||
boldWeight: 'bold', | ||
headerFontFamily: ["Lucida Grande", "Verdana", "Arial", "Sans-Serif"], | ||
bodyFontFamily: ["Lucida Grande", "Verdana", "Arial", "Sans-Serif"], | ||
bodyColor: "hsla(0,0%,0%,0.8)", | ||
headerWeight: "bold", | ||
bodyWeight: "normal", | ||
boldWeight: "bold", | ||
overrideStyles: function overrideStyles(_ref) { | ||
@@ -35,4 +35,4 @@ var rhythm = _ref.rhythm; | ||
p: { | ||
marginBottom: '1em', | ||
marginTop: '1em' | ||
marginBottom: "1em", | ||
marginTop: "1em" | ||
}, | ||
@@ -44,3 +44,3 @@ ol: { | ||
ul: { | ||
listStyle: 'none', | ||
listStyle: "none", | ||
marginLeft: 0, | ||
@@ -51,18 +51,18 @@ paddingLeft: rhythm(5 / 8), | ||
li: { | ||
display: 'list-item', | ||
display: "list-item", | ||
marginLeft: rhythm(5 / 8) | ||
}, | ||
'ul li:before': { | ||
"ul li:before": { | ||
content: '"» "' | ||
}, | ||
a: { | ||
color: '#06c', | ||
textDecoration: 'none' | ||
color: "#06c", | ||
textDecoration: "none" | ||
}, | ||
'a:hover': { | ||
color: '#147', | ||
textDecoration: 'underline' | ||
"a:hover": { | ||
color: "#147", | ||
textDecoration: "underline" | ||
}, | ||
'a:visited': { | ||
color: '#b85b5a' | ||
"a:visited": { | ||
color: "#b85b5a" | ||
}, | ||
@@ -76,3 +76,3 @@ blockquote: { | ||
paddingLeft: rhythm(1.25), | ||
borderLeft: rhythm(1 / 3) + ' solid ' + (0, _grayPercentage2.default)(87) | ||
borderLeft: rhythm(1 / 3) + " solid " + (0, _grayPercentage2.default)(87) | ||
} | ||
@@ -79,0 +79,0 @@ }; |
{ | ||
"name": "typography-theme-wordpress-kubrick", | ||
"description": "A theme for Typography.js inspired by the typography of the Wordpress Kubrick theme", | ||
"version": "0.16.18", | ||
"version": "0.16.19", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
@@ -30,3 +30,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "bdd749093e7055b5ab8fdcd7448ae5f1e88cad5f" | ||
"gitHead": "1a3bfc103d41d59f04e89573c2c87e1d95abdd12" | ||
} |
// @flow | ||
import type { OptionsType } from 'Types' | ||
import gray from 'gray-percentage' | ||
import type { OptionsType } from "Types" | ||
import gray from "gray-percentage" | ||
const theme: OptionsType = { | ||
title: 'Wordpress Kubrick', | ||
baseFontSize: '12px', | ||
title: "Wordpress Kubrick", | ||
baseFontSize: "12px", | ||
baseLineHeight: 1.4, | ||
headerFontFamily: ['Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif'], | ||
bodyFontFamily: ['Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif'], | ||
bodyColor: 'hsla(0,0%,0%,0.8)', | ||
headerWeight: 'bold', | ||
bodyWeight: 'normal', | ||
boldWeight: 'bold', | ||
headerFontFamily: ["Lucida Grande", "Verdana", "Arial", "Sans-Serif"], | ||
bodyFontFamily: ["Lucida Grande", "Verdana", "Arial", "Sans-Serif"], | ||
bodyColor: "hsla(0,0%,0%,0.8)", | ||
headerWeight: "bold", | ||
bodyWeight: "normal", | ||
boldWeight: "bold", | ||
overrideStyles: ({ rhythm }) => ({ | ||
@@ -23,4 +23,4 @@ h2: { | ||
p: { | ||
marginBottom: '1em', | ||
marginTop: '1em', | ||
marginBottom: "1em", | ||
marginTop: "1em", | ||
}, | ||
@@ -32,3 +32,3 @@ ol: { | ||
ul: { | ||
listStyle: 'none', | ||
listStyle: "none", | ||
marginLeft: 0, | ||
@@ -39,18 +39,18 @@ paddingLeft: rhythm(5 / 8), | ||
li: { | ||
display: 'list-item', | ||
display: "list-item", | ||
marginLeft: rhythm(5 / 8), | ||
}, | ||
'ul li:before': { | ||
"ul li:before": { | ||
content: '"» "', | ||
}, | ||
a: { | ||
color: '#06c', | ||
textDecoration: 'none', | ||
color: "#06c", | ||
textDecoration: "none", | ||
}, | ||
'a:hover': { | ||
color: '#147', | ||
textDecoration: 'underline', | ||
"a:hover": { | ||
color: "#147", | ||
textDecoration: "underline", | ||
}, | ||
'a:visited': { | ||
color: '#b85b5a', | ||
"a:visited": { | ||
color: "#b85b5a", | ||
}, | ||
@@ -57,0 +57,0 @@ blockquote: { |
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