We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect use of rem() CSS function in margin-top: rem(-40px); in Step 2. It expects 2 arguments. rem() is also currently not implemented in most browsers https://developer.mozilla.org/en-US/docs/Web/CSS/rem.
rem()
margin-top: rem(-40px);
The text was updated successfully, but these errors were encountered:
This is actually a sass mixin. We do need to update this though to be to-rem() @andreancardona
Sorry, something went wrong.
No branches or pull requests
Incorrect use of
rem()
CSS function inmargin-top: rem(-40px);
in Step 2. It expects 2 arguments.rem()
is also currently not implemented in most browsers https://developer.mozilla.org/en-US/docs/Web/CSS/rem.The text was updated successfully, but these errors were encountered: