peridot/vendor/github.com/andybalholm/cascadia
2022-07-07 22:13:21 +02:00
..
.travis.yml Initial commit 2022-07-07 22:13:21 +02:00
BUILD.bazel Initial commit 2022-07-07 22:13:21 +02:00
go.mod Initial commit 2022-07-07 22:13:21 +02:00
LICENSE Initial commit 2022-07-07 22:13:21 +02:00
parser.go Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
selector.go Initial commit 2022-07-07 22:13:21 +02:00
serialize.go Initial commit 2022-07-07 22:13:21 +02:00
specificity.go Initial commit 2022-07-07 22:13:21 +02:00

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.