Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
cascadia-1.0.0/ | H | 20-Feb-2018 | - | |||
.travis.yml | H A D | 30-Aug-2019 | 141 | |||
LICENSE | H A D | 30-Aug-2019 | 1.3 KiB | |||
README.md | H A D | 30-Aug-2019 | 381 | |||
go.mod | H A D | 30-Aug-2019 | 104 | |||
parser.go | H A D | 30-Aug-2019 | 17.4 KiB | |||
selector.go | H A D | 30-Aug-2019 | 14.3 KiB |
README.md
1# cascadia 2 3[![](https://travis-ci.org/andybalholm/cascadia.svg)](https://travis-ci.org/andybalholm/cascadia) 4 5The Cascadia package implements CSS selectors for use with the parse trees produced by the html package. 6 7To test CSS selectors without writing Go code, check out [cascadia](https://github.com/suntong/cascadia) the command line tool, a thin wrapper around this package. 8