matthewp / position--sticky-

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

Does not support @import #25

Open loominade opened 8 years ago

loominade commented 8 years ago

That wont work:

<style media="all">
  @import url('style.css');
</style>