-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using em instead rem #1
Comments
Thanks for the appreciation! I'm glad you find it useful.
This could be achieved via variables, as it is working right now with the rem support. What do you think? |
Oh, It maybe a wrong question, I asked how to re-config it for ems ) cause I need flexible config for project and I don't want to change my setup with the GridLover.app. I'll see it later, have no free time now. |
Hi, |
Yea, first time I tried to replace rem by em and that was the reason to make an issue =) cause output was another size. I think all calculations have to be in px val, then translate the output into em or any other vals. It gives more flexible config for the future, for example if somebody want to support vh or vw. |
I've been in contact with the Gridlover app team and we'll try to figure it out. |
Great, let me know. |
+1! |
Quick update. I've been in contact with one of the Gridlover developers but unfortunately neither of us have the time right now to take a deep look into this matter. So any help is extra welcome :) |
There's a branch for this issue https://github.com/hiulit/Sassy-Gridlover/tree/em-support |
Good news everyone! @walmokrani help a lot with this issue #7. I have to take a look at it so I can merge it. But it's looking good :D |
Hey guys @alekspetrov @cibulka ! Thanks again to @walmokrani ! |
First of all thx for your work it's very usefull.
How about em? Can I re-config Gridlover to use em instead rem?
The text was updated successfully, but these errors were encountered: