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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Hi, I'm new in foundation press.
I try to insert $medium-down: "#{$screen} and (max-width:#{upper-bound($medium-range)})"; in my _settings.scss file like the guide http://foundation.zurb.com/sites/docs/v/5.5.3/media-queries.html but it doesn't work. In my css file I see @media only screen and (max-width: upper-bound(40.063em, 64em)) {
That 's not right because there is upper-bound and not the value in em. Why this? Is upper-bound function not defined in Foundation press?
The text was updated successfully, but these errors were encountered:
What version of FoundationPress are you using? The latest versions of FoundationPress use Foundation 6 and you linked the Foundation 5.5.3 docs. Try here: Foundation for Sites 6 Media Queries.
What version of FoundationPress are you using? The latest versions of
FoundationPress use Foundation 6 and you linked the Foundation 5.5.3 docs.
Try here: Foundation for Sites 6 Media Queries http://foundation.zurb.com/sites/docs/media-queries.html.
—
Reply to this email directly or view it on GitHub #688 (comment)
.
Silvia Ballardin | Web Developer
Thehouseofmouse
Via Brentanella, 54 31023 Resana - TV
T +39 0423 1958300
F +39 0423 738075
Hi, I'm new in foundation press.
I try to insert $medium-down: "#{$screen} and (max-width:#{upper-bound($medium-range)})"; in my _settings.scss file like the guide http://foundation.zurb.com/sites/docs/v/5.5.3/media-queries.html but it doesn't work. In my css file I see @media only screen and (max-width: upper-bound(40.063em, 64em)) {
That 's not right because there is upper-bound and not the value in em. Why this? Is upper-bound function not defined in Foundation press?
The text was updated successfully, but these errors were encountered: