3.3.2 #Base.Code.kbd kbd
Initial styles applied to the kbd
element without a class applied to it.
The kbd
element is helpful for describing things like keyboard shortcuts.
Example
Command + s
Markup
<kbd>Command</kbd> + <kbd>s</kbd>
Source:
src/css/base/_code.scss
, line 37