Deprecate browser support

Bump integration tools to 2.1.0
This commit is contained in:
Angelos Chalaris
2020-04-29 13:47:57 +03:00
parent 6d85008a04
commit d2c10f3e65
56 changed files with 158 additions and 545 deletions

View File

@ -24,9 +24,4 @@ Changes the styling of text selection.
#### Explanation
- `::selection` defines a pseudo selector on an element to style text within it when selected. Note that if you don't combine any other selector your style will be applied at document root level, to any selectable element.
#### Browser support
<span class="snippet__support-note">⚠️ Requires prefixes for full support and is not actually in any specification.</span>
- https://caniuse.com/#feat=css-selection
- Requires prefixes for full support and is not actually in any specification.