UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

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>