/**
* User select utilities
*
* naming convention: gl-user-select-{config-name}
*/
@mixin gl-user-select-none {
  user-select: none;
}

@mixin gl-user-select-text {
  user-select: text;
}
