tree: d634272038191283c3d9016dfae58ec8f58e1933 [path history] [tgz]
  1. demo/
  2. test/
  3. .bower.json
  4. .gitignore
  5. .travis.yml
  6. bower.json
  7. CONTRIBUTING.md
  8. hero.svg
  9. index.html
  10. iron-media-query.html
  11. README.md
polymer_1.8.1/bower_components/iron-media-query/README.md

Build Status

Demo and API Docs

##<iron-media-query>

iron-media-query can be used to data bind to a CSS media query. The query property is a bare CSS media query. The query-matches property is a boolean representing whether the page matches that media query.

Example:

<iron-media-query query="(min-width: 600px)" query-matches="{{queryMatches}}"></iron-media-query>