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
HTML
{{#markdown}}
```scss
.your-class-name {
button-base;
button-size;
button-style;
radius;
single-transition;
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 & Shine</a>