typeplate/typeplate.github.io

base-type bug (Stylus version)

Closed this issue · 3 comments

There's a bug with the base-type mixin, which only appears when $serif-boolean is false. The font weight unit is not specified correctly.

Change the line in the else clause to:

font: $weight s('%s%/%s', $font-size, $line-height) $font-family-sans

@jnwng Can you take a look at this for me? and also verify the compiled output? cool 👍

@rmhsilva Can you let us know if it works for you now? Here's the commit for the fix.

be547b8

@grayghostvisuals Thanks, it works :)