user-select-contain-polyfill
v1.0.0
Published
Polyfills `user-select: contain` property value
Readme
user-select: contain polyfill
Polyfills user-select: contain property value by implementing the behavior on a CSS class name user-select-contain.
Installation
$ npm install user-select-contain-polyfillUsage
JS
import "user-select-contain-polyfill";CSS
@import "user-select-contain-polyfill.css";HTML
<span class="user-select-contain">
50ce349853
</span>Development
$ npm install
$ npm run buildLicense
Distributed under the MIT license. See LICENSE for details.
