Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/wp-rocket/vendor/symfony/css-selector/README.md

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + CssSelector Component
2 + =====================
3 +
4 + The CssSelector component converts CSS selectors to XPath expressions.
5 +
6 + Resources
7 + ---------
8 +
9 + * [Documentation](https://symfony.com/doc/current/components/css_selector.html)
10 + * [Contributing](https://symfony.com/doc/current/contributing/index.html)
11 + * [Report issues](https://github.com/symfony/symfony/issues) and
12 + [send Pull Requests](https://github.com/symfony/symfony/pulls)
13 + in the [main Symfony repository](https://github.com/symfony/symfony)
14 +
15 + Credits
16 + -------
17 +
18 + This component is a port of the Python cssselect library
19 + [v0.7.1](https://github.com/SimonSapin/cssselect/releases/tag/v0.7.1),
20 + which is distributed under the BSD license.
21 +