docs/components/button-groups.html.erb in zurb-foundation-4.3.0 vs docs/components/button-groups.html.erb in zurb-foundation-4.3.1

- old
+ new

@@ -102,10 +102,13 @@ <h3>Build with Mixins</h3> <p>We've included SCSS mixins used to style button groups. To use these mixins, you'll need to have the <a href="../sass.html">extension installed</a> or grab <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/_variables.scss">_variables.scss</a>, <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_global.scss">_global.scss</a>, <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_buttons.scss">_buttons.scss</a> and <a href="https://github.com/zurb/foundation/blob/master/scss/foundation/components/_button-groups.scss">_button-groups.scss</a> from Github and throw them into a Foundation folder in your project directory. From there, you can import the files at the top of your own SCSS stylesheet, like so:</p> <%= code_example ' -@import "foundation/variables", "foundation/components/global", "foundation/components/buttons", "foundation/components/button-groups"; +@import "foundation/variables"; +@import "foundation/components/global"; +@import "foundation/components/buttons"; +@import "foundation/components/button-groups"; ', :css %> <p>If you are using the mixins, you may include the styles on whatever class or ID you'd like, just make sure you follow our markup structure:</p> <%= code_example '