UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

18 lines (16 loc) 451 B
{{#markdown}} ```scss .your-class-name { @include button-base; @include button-size; @include button-style; @include radius; @include single-transition; @include inset-shadow($active); } /* This controls whether or not you get the depressed look on tap/click. */ /* Set to true or false, defaults to true. */ $active: true ``` {{/markdown}} <a href="#" class="button-base size style radius shine">Button Base, Size, Style &amp; Shine</a>