status-go/vendor/github.com/andybalholm/cascadia
Jonathan Rainville b2d8f7f416
feat: add bookmarks table for the browser bookmarks
plus get bookmark icon using a lib
2020-11-16 13:31:34 -05:00
..
.travis.yml feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
LICENSE feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
README.md feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
go.mod feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
parser.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
selector.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
specificity.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -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.