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
In /skins/foundation/css/cubecart.common.css, line 3, there is: font-size: 1.375rem; rem is not valid.
font-size: 1.375rem;
rem
See also cubecart.css, line 138.
And plenty of occasions in foundation.css and foundation.min.css.
The text was updated successfully, but these errors were encountered:
Fixed issue #19
89aee4d
32d13a9
This is very strange. My browser's addon, Firebug, is not rejecting the rem dimension.
http://caniuse.com/rem
I was not aware of this.
Sorry, something went wrong.
Resolves issue cubecart#19
645208e
abrookbanks
No branches or pull requests
In /skins/foundation/css/cubecart.common.css, line 3, there is:
font-size: 1.375rem;
rem
is not valid.See also cubecart.css, line 138.
And plenty of occasions in foundation.css and foundation.min.css.
The text was updated successfully, but these errors were encountered: