Brent Jackson
Brent Jackson
Meant to link to this on the site: https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast It's not data, it's a recommendation. Everyone's eyesight gets worse with age and higher contrast tends to be more readable across...
Oof! It doesn't crop that badly for me on OSX. I know there are some subpixel rounding issues, but I'll try to look into why it does this. Might be...
@Gumnos would you mind testing this codepen out on Linux? http://codepen.io/jxnblk/pen/BArkI It removes the letter-spacing property, which I suspect might be the issue.
Thanks for checking this out. I was hoping that would work, but I'll keep looking into it.
Thanks! Good point. FWIW all the examples live in the READMEs in the basscss/basscss repo.
Haha, it's fine I just didn't want anyone to futz around with this repo if they submitted a PR
Thanks! I am definitely interested in supporting reba/hsla colors. It might take me some time to check this out though, so just a heads up 😎
If there's overlap with the two different packages, it might make sense to add a completely new package just for these properties, then use them in the `flexbox` and `grid`...
Ah! Think I missed this in the readme, but you can shadow `src/components.js` to add a custom `code` component for syntax highlighting etc – can add that to the docs,...
Looks like you have the part in `src/@jxnblk/gatsby-theme-mdx-blog/components.js` correct, but that error seems to be coming from somewhere else... maybe the `Code` component?