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

@ -19,9 +19,4 @@ Makes the content unselectable.
#### Explanation
- `user-select: none` specifies that the text cannot be selected.
_Note: This is not a secure method to prevent users from copying content._
#### Browser support
- https://caniuse.com/#feat=user-select-none
- This is not a secure method to prevent users from copying content.