10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fix index out of bounds in parser. When parsing an invalid selector like "[a=a i", the parser would panic with index out of bounds.
Add ignore case feature for CSS attribute selectors
Add one more test for unicode escapes.
Add specificity support (andybalholm#39) add support for specificity for simple selectors
Add go.mod file for vgo.