typography-theme-ocean-beach
Advanced tools
Comparing version 0.15.11 to 1.0.0-alpha.0
@@ -56,3 +56,4 @@ 'use strict'; | ||
textShadow: '.03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff,.15em 0 #fff,-.15em 0 #fff', // eslint-disable-line | ||
backgroundImage: 'linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 1px, ' + linkColor + ' 1px, ' + linkColor + ' 2px, rgba(0, 0, 0, 0) 2px)' }, | ||
backgroundImage: 'linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 1px, ' + linkColor + ' 1px, ' + linkColor + ' 2px, rgba(0, 0, 0, 0) 2px)' // eslint-disable-line | ||
}, | ||
'a:hover,a:active': { | ||
@@ -59,0 +60,0 @@ textShadow: 'none', |
{ | ||
"name": "typography-theme-ocean-beach", | ||
"description": "A theme for Typography.js", | ||
"version": "0.15.11", | ||
"version": "1.0.0-alpha.0", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.15.10" | ||
"typography-breakpoint-constants": "^1.0.0-alpha.0" | ||
}, | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"watch": "../../node_modules/.bin/babel -w src --out-dir dist/" | ||
} | ||
}, | ||
"gitHead": "9aaf399e51b6fd62ffc38b9a6e32aba44459bd2c" | ||
} |
182
135233
+ Addedtypography-breakpoint-constants@1.0.0-alpha.0(transitive)
- Removedtypography-breakpoint-constants@0.15.10(transitive)