Closed nicolasguilhem closed 7 years ago
Adds CSS selector on attribute "sticky" so <div sticky></div> can work.
<div sticky></div>
Without this, only <sticky><div>...</div></sticky> can work.
<sticky><div>...</div></sticky>
@makseo hello, please can you explain me why you don't accept my pull request ?
Just to know if i am wrong or if there is another reason.
Thanks
Adds CSS selector on attribute "sticky" so
<div sticky></div>
can work.Without this, only
<sticky><div>...</div></sticky>
can work.