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

typographic

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typographic - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json

@@ -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

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