-
Notifications
You must be signed in to change notification settings - Fork 2
Remove (or fix) REM function #15
Comments
There may be a reason why this is happening, but I don't think it's because the base All of that being said, I almost never use the |
@cmalven Do you use the rem function in your |
Looking back through some recent projects… doesn't look like I almost ever use the Only one thing I can think of that might be causing an issue:
To test this, I spun up a new project using the generator and set a spacing value to Then I added a new line to So to fix this we need to do 1 (or 2) things:
Footnote: I'm focusing on the easiest way to fix this issue, but I think the use of |
Found another thing: In $em-base: 12px !default; We should be doing something similar in |
Thanks for digging into this with me! I'll go ahead and open a PR to get this resolved. Brian mentioned this in #14, but we're slated to discuss the ODC sass toolkit in an upcoming dev retro. I'll bring up the |
For what it's worth, I would vote to straight up remove the (I suppose that's the same as option 2) |
The
font-size: 62.5%;
is making our rem function wonky. We wantrem(1)
to equal 10px, but it currently outputs .08333px.I vote to remove it, as I have recently joined this bandwagon: https://hackernoon.com/rems-and-ems-and-why-you-probably-dont-need-them-664b9ce1e09f
The text was updated successfully, but these errors were encountered: