mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Make the 100% on body a variable #132

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

This is current:

body {
    font-size: 100%;
    line-height: relative($base_line-height);
}

Need to make that 100% a var.

mhulse commented 10 years ago

Moved font size, as percentage, to the html element. Reasoning: The rem unit utilizes the "root" em value, which is equivalent to the html element.

I kept 100% and line-height on the body.