-
Notifications
You must be signed in to change notification settings - Fork 6
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
rems #5
Comments
@VinSpee This should be possible yes. I need to update the plugin for the latest PostCSS, so I'll look to add this in with it. |
In fact, I'll push the rem's back for a feature release as I think it'll need some testing. Rem output is going to depend on where the font-size declaration is set, and then will need to account for if it's originally set in rem too. @VinSpee How do you typically set up a project in terms of the above? |
If it helps, I use px-to-rem. I prefer the idea of keeping plugins/modules to a small maintainable set of features |
I use that to for projects instead of Sass mixins. I find it works really well, being able to whitelist/blacklist properties is very handy. Perhaps it could be worth a try before implementing rem output @VinSpee? |
I will definitely try that, but one could argue the opposite - that this library should only do rems and to use rem-to-px to convert lol. All in all I think the conversion should be a fine solution. (null) On Wed, Nov 18, 2015 at 6:23 PM, Mark Goodyear [email protected]
|
I might be late in the conversation but since the issue is still open, and since I just started using this too, I'll put my opinion: |
I'd love for this to output rems, is that possible?
The text was updated successfully, but these errors were encountered: