Skip to content
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

Add in pixel to rem, fix some minor requirements issues #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamcarrico
Copy link

There were a few issues with the requires for testing, fixed those as well as added in a mixin to do pixel-to-rem, that will print out something like this:

@include pixel-to-rem(font-size, 18px);
font-size: 18px;
font-size: 1.125rem;

@Snugug
Copy link
Member

Snugug commented May 15, 2013

Looks OK, but I need docs before I can merge it in

@Snugug
Copy link
Member

Snugug commented Jul 10, 2013

Please reroll this against current head and only include the pixel to rem changes. Additionally, there are line notes that should be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants