diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 4d21a4f9fb..7a6b459af1 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -80,6 +80,7 @@
<section> should be wrapped as inline.
Float an element to the left or right with a class. Classes can also be used as mixins.
+Float an element to the left or right with a class. !important is included to avoid specificity issues. Classes can also be used as mixins.
<section> should be wrapped as inline.
{% endhighlight %}
+ Force an element to be shown or hidden via display with the use of .show and .hide classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins.
Hide an element to all users except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.