LtGt v1.0.2 Release Notes

Release Date: 2019-08-26 // over 4 years ago
    • 🛠 Fixed an issue where left-recursive contextual combinators didn't work in CSS selectors. For example, now you can do #elem > h3 > span.yellow p a[href].
    • 🛠 Fixed an issue where escaped special characters were still considered invalid in CSS selectors. For example, now you can do div.foo\(bar\) to match elements with class name foo(bar).