Source: _misc.scss, line 56
9.4 Not selectable
@mixin no-select
Use this class to make elements non selectable (press CTRL+A and you'll notice)
- .no-select: makes element not selectable
Source: _misc.scss, line 56
@mixin no-select
Use this class to make elements non selectable (press CTRL+A and you'll notice)
This is a regular paragraph
<p class="no-select">This is a regular paragraph</p>