• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cascadia-1.0.0/H20-Feb-2018-

.travis.ymlH A D30-Aug-2019141

LICENSEH A D30-Aug-20191.3 KiB

README.mdH A D30-Aug-2019381

go.modH A D30-Aug-2019104

parser.goH A D30-Aug-201917.4 KiB

selector.goH A D30-Aug-201914.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