tailwind-fluid-typography
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tailwind-fluid-typography", | ||
"version": "1.0.0", | ||
"description": "Fluid typography plugin for the tailwindcss framework", | ||
"main": "index.js", | ||
"contributors": [ | ||
"Craig Riley" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/craigrileyuk/tailwind-fluid-typography.git" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"plugin", | ||
"tailwindcss-plugin", | ||
"typography", | ||
"fluid", | ||
"responsive" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/craigrileyuk/tailwind-fluid-typography/issues" | ||
}, | ||
"homepage": "https://github.com/craigrileyuk/tailwind-fluid-typography#readme", | ||
"peerDependencies": { | ||
"tailwindcss": "^1.2.0" | ||
} | ||
"name": "tailwind-fluid-typography", | ||
"version": "1.0.1", | ||
"description": "Fluid typography plugin for the tailwindcss framework", | ||
"main": "index.js", | ||
"contributors": [ | ||
"Craig Riley" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/craigrileyuk/tailwind-fluid-typography.git" | ||
}, | ||
"keywords": [ | ||
"tailwind", | ||
"tailwindcss", | ||
"plugin", | ||
"tailwindcss-plugin", | ||
"typography", | ||
"fluid", | ||
"responsive" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/craigrileyuk/tailwind-fluid-typography/issues" | ||
}, | ||
"homepage": "https://github.com/craigrileyuk/tailwind-fluid-typography#readme", | ||
"peerDependencies": { | ||
"tailwindcss": ">=1.2.0" | ||
} | ||
} |
@@ -63,4 +63,4 @@ <img alt="Tailwind Fluid Typography" width="100" src="./.github/logo.png"> | ||
maxScreenSize: 1280, | ||
minTypeScale: 1.250 | ||
maxTypeScale: 1.618 | ||
minTypeScale: 1.250, | ||
maxTypeScale: 1.618, | ||
lineHeight: 1.5 | ||
@@ -82,2 +82,2 @@ } | ||
| Perfect Fifth | 1.500 | | | ||
| Golden Ratio | 1.618 | | | ||
| Golden Ratio | 1.618 | | |
19645
82