You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "env(safe-area-inset-left)" is not a number for `max'
on line 3 of stdin
>> padding-left: max(12px, env(safe-area-inset-left));
------------------^
input.scss
Actual results
libsass 3.5.0.beta.3
Expected result
version info:
Same as used in SourceMap Inspector, linked above, libsass 3.5.0.beta.3.
First ran into error with:
Why this should work
This is the recommended syntax by the WebKit team to adjust CSS for iPhone X, see:
https://webkit.org/blog/7929/designing-websites-for-iphone-x/
The text was updated successfully, but these errors were encountered: