Living Styleguide

Version 0.14.5

2.3.4 #DocumentationGuide.Misc.HideDefault

HideDefault

HideDefault is used to disable the rendering of the default example when using Modifiers.

// ...
//
// <button class="kss-demo kss-demo-btn {{modifier_class}}">Button</button>
//
// :hover - Highlights when the mouse is hovered over the button
// :active - Highlights when the mouse button is clicked down on the button
// :focus - Highlights when the button receives the focus
//
// HideDefault:
//
// ...

Notice that in the below example block, no Default styling item is generated.

Examples
:hover
Highlights when the mouse is hovered over the button
:active
Highlights when the mouse button is clicked down on the button
:focus
Highlights when the button receives the focus
Markup
<button class="kss-demo kss-demo-btn [modifier class]">Button</button>