0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-06 09:25:37 +02:00
gitea/vendor/github.com/andybalholm/cascadia
..
.travis.yml
go.mod
LICENSE
parser.go
README.md
selector.go
serialize.go
specificity.go

cascadia

The Cascadia package implements CSS selectors for use with the parse trees produced by the html package.

To test CSS selectors without writing Go code, check out cascadia the command line tool, a thin wrapper around this package.

Refer to godoc here.