book-fetch/vendor/github.com/andybalholm/cascadia
Vincent Batts efcf886a2d
vendor: adding deps
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-17 07:54:01 -05:00
..
.travis.yml vendor: adding deps 2021-05-17 07:54:01 -05:00
LICENSE vendor: adding deps 2021-05-17 07:54:01 -05:00
README.md vendor: adding deps 2021-05-17 07:54:01 -05:00
go.mod vendor: adding deps 2021-05-17 07:54:01 -05:00
parser.go vendor: adding deps 2021-05-17 07:54:01 -05:00
selector.go vendor: adding deps 2021-05-17 07:54:01 -05:00
specificity.go vendor: adding deps 2021-05-17 07:54:01 -05:00

README.md

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.