Closed trafiq closed 7 years ago
Apologies. I just realised my mistake. I was including typi-init
within my HTML CSS selector as per version 2. I realise the selector is now part of the function and therefore not required.
So just this:
@include typi-init;
And not this:
html {
@include typi-init;
}
Closed as works as expected.
@trafiq 👍
Hi. Just starting with 3.0 and notice that when I set the following base values and output
@include typi-init;
on my HTML CSS selector:I don't get this as expected:
I get just this instead:
font-size: 100%
is missing. Also, theline-height
shows the wrong value and is missing theem
unit.Any ideas what might be causing this?