mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
Use the CSS token stream to recognize empty rootMargin and scrollMargin values, including comments, and reject unitless numbers even when zero. Cover CSS whitespace, invalid tokens, and valid shorthand through both the parser and IntersectionObserver constructor.