typographic
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"main": "typographic.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Stylus typography with modular scale, font stacks, and more", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -20,8 +20,8 @@ typographic | ||
- **`typo_breakpoint ?= 800px`** - Set your mobile-to-desktop breakpoint. | ||
- **`typo_typo_headers ?= helvetica`** - The font stack for all `<h1>`-`<h6>` elements. You can find a list of these [here](_settings.styl). | ||
- **`typo_typo_header_color ?= #111`** - Colors for all `<h1>`-`<h6>` elements. | ||
- **`typo_typo_header_weight ?= 200`** - Font weight for `<h1>`-`<h6>` elements. | ||
- **`typo_typo_tagline_color ?= #aaa`** - The color of `<p>` elements within a `<header>` element. | ||
- **`typo_headers ?= helvetica`** - The font stack for all `<h1>`-`<h6>` elements. You can find a list of these [here](_settings.styl). | ||
- **`typo_header_color ?= #111`** - Colors for all `<h1>`-`<h6>` elements. | ||
- **`typo_header_weight ?= 200`** - Font weight for `<h1>`-`<h6>` elements. | ||
- **`typo_tagline_color ?= #aaa`** - The color of `<p>` elements within a `<header>` element. | ||
- **`typo_body ?= helvetica`** - `<body>` font stack. You can find a list of these [here](_settings.styl). | ||
- **`typo_typo_body_color ?= #444`** - `<body>` color. | ||
- **`typo_body_color ?= #444`** - `<body>` color. | ||
- **`typo_mobile ?= major_third`** - The named ratio size for mobile devices. You can use a custom float number as well. You can find a list of these [here](_settings.styl). | ||
@@ -28,0 +28,0 @@ - **`typo_desktop ?= octave`** - The named ratio size for desktop devices. You can use a custom float number as well. You can find a list of these [here](_settings.styl). |
Sorry, the diff of this file is not supported yet
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
44151