docs/components/button-groups.html.erb in zurb-foundation-4.2.3 vs docs/components/button-groups.html.erb in zurb-foundation-4.3.0
- old
+ new
@@ -210,11 +210,13 @@
}
', :css %>
<h5>Default SCSS Variables</h5>
<%= code_example '
-/* We use this to set the margin below button groups. */
-$button-bar-margin-right: emCalc(10px);
+$include-html-button-classes: $include-html-classes;
+
+/* Sets the margin for the right side by default, and the left margin if right-to-left direction is used *.
+$button-bar-margin-opposite: emCalc(10);
', :css %>
<p><strong>Note:</strong> <code>emCalc();</code> is a function we wrote to convert <code>px</code> to <code>em</code>.</p>
</div>