diff --git a/public/styles/tools/_text-selection.scss b/public/styles/tools/_text-selection.scss new file mode 100644 index 0000000..71ff8b2 --- /dev/null +++ b/public/styles/tools/_text-selection.scss @@ -0,0 +1,14 @@ +/* + * Text Selection + * Various text selection tools. + * + * Dependencies: + * styles/tools/prefix.scss + * + * Version: + * 1.0.0 - 2018/02/23 + */ +%no-select { + @include t-prefix-property(user-select, none, webkit khtml moz ms spec); + -webkit-touch-callout: none; /* iOS Safari */ +}