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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
CSS Element Queries
2
2
===================
3
3
4
-
Element Queries is a polyfill adding support for element based media-queries to all new browsers (incl. IE8+).
4
+
Element Queries is a polyfill adding support for element based media-queries to all new browsers (incl. IE7+).
5
5
It allows not only to define media-queries based on window-size but also adds 'media-queries' functionality depending on element (any selector supported)
6
6
size while not causing performance lags due to event based implementation.
7
7
@@ -71,4 +71,4 @@ Issues
71
71
72
72
License
73
73
-------
74
-
MIT license. Copyright [Marc J. Schmidt](http://marcjschmidt.de/).
74
+
MIT license. Copyright [Marc J. Schmidt](http://marcjschmidt.de/).
0 commit comments