matthewp / position--sticky-

Polyfill for position: sticky;
175 stars 40 forks source link

Doesn't like @media selectors when parsing your css. #19

Closed KarlGl closed 10 years ago

KarlGl commented 10 years ago

Hi, sticky throws the following error when I am using @meda tags in my css files. Without them it seems to run like normal.

Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '} @media screen and (max-width: 960px)' is not a valid selector.

matthewp commented 10 years ago

This is a duplicate of #11 Pull request is welcome.

KarlGl commented 10 years ago

My apologies for not checking the existing issues.

matthewp commented 10 years ago

No problem.