cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

Fix typo in docs #280

Closed florianbouvot closed 5 years ago

florianbouvot commented 5 years ago

@cferdinandi I think there is some small issue in the docs :

  1. .text-tall instead of .text-large

Because Kraken uses relative sizing, you should always apply .text-tall and .text-small classes to a element and not directly to a

. Otherwise, your spacing will get all messed up. The .text-* classes can be found in _overrides.scss for better cascade inheritance.

in Typography section: https://cferdinandi.github.io/kraken/components.html#typography

  1. Unneeded at the beginning of code sample
</a><a class="visually-hidden focusable" href="#main">Skip to content</a>

in Visibility section: https://cferdinandi.github.io/kraken/components.html#alignment-spacing--visibility

  1. Rename .screen-reader classes to .visually-hidden in Tabindex & Focus Styles section
cferdinandi commented 5 years ago

Thank you! There were some conflicts with my markdown parsers and some unclosed HTML elements. Appreciate you letting me know about this!