zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
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>