question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

headerGray and bodyGray configuration keys don't work

See original GitHub issue

Hi,

The baseFontSize and scaleRatio work as intended but changing the headerGray and bodyGray values don’t seem to do anything in the output

Maybe my syntax is incorrect? (also tried it with single quotes and percent symbols)

typography.js

import Typography from 'typography'

const typography = new Typography({
  baseFontSize: '21px',
  scaleRatio: 4,
  headerGray: 90,
  bodyGray: 90,
})

export default typography

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

6reactions
betaorbustcommented, May 6, 2018

http://kyleamathews.github.io/typography.js/ still lists them and has a demo of changing them. Thought I was crazy 😓

3reactions
bfreiscommented, Jan 28, 2020

Hi.

The doc pages regarding this issue are still out of date, as of Jan/2020. I spent an unreasonable amount of time trying to figure out what I was doing wrong just to finally realize that the website was out of date…

It would be incredibly nice towards users to update the headerGray and bodyGray info on the website 😉

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change header/body gray to header/body color & don't ...
Only supporting gray colors is confusing plus it's not at all obvious that ... headerGray and bodyGray configuration keys don't work #134.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found