--- title: Helpers layout: documentation doc-tab: modifiers doc-subtab: helpers breadcrumb: - home - documentation - modifiers - modifiers-helpers ---
Float | is-clearfix |
Fixes an element's floating children |
---|---|---|
is-pulled-left |
Moves an element to the left | |
is-pulled-right |
Moves an element to the right | |
Spacing | is-marginless |
Removes any margin |
is-paddingless |
Removes any padding | |
Other | is-overlay |
Completely covers the first positioned parent |
is-clipped |
Adds overflow hidden | |
is-radiusless |
Removes any radius | |
is-shadowless |
Removes any shadow | |
is-unselectable |
Prevents the text from being selectable | |
is-invisible |
Adds visibility hidden | |
is-hidden |
Hides element | |
is-sr-only |
Hide elements visually but keep the element available to be announced by a screen reader | |
is-relative |
Applies position: relative to the element. |