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
Since the 6.5.0.rc-4 (at least); it seems the media query are not working anymore on Firefox.
import { Foundation } from 'foundation-sites/js/foundation.core'; import { MediaQuery } from 'foundation-sites/js/foundation.util.mediaQuery'; Foundation.MediaQuery = MediaQuery; Foundation.MediaQuery._init(); console.log(Foundation.MediaQuery.current);
On chrome it print 'xxxlarge', but in firefox it prints 'undefined'. I am pretty sure it is the same on IE.
The text was updated successfully, but these errors were encountered:
Can you provide a working codepen so we can reproduce it against the latest RC?
Sorry, something went wrong.
Related to #10363.
@geosenna Please see the discussion after #10363 (comment).
Sorry mistake on me. My code was executing too soon, I guess the meta with media query was not loaded yet, so query was empty.
No branches or pull requests
Since the 6.5.0.rc-4 (at least); it seems the media query are not working anymore on Firefox.
On chrome it print 'xxxlarge', but in firefox it prints 'undefined'. I am pretty sure it is the same on IE.
The text was updated successfully, but these errors were encountered: