zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
23 lines (18 loc) • 658 B
HTML
{{#markdown}}
```scss
$include-html-inline-list-classes: $include-html-classes;
// We use this to control the margins and padding of the inline list.
$inline-list-top-margin: 0;
$inline-list-opposite-margin: 0;
$inline-list-bottom-margin: rem-calc(17);
$inline-list-default-float-margin: rem-calc(-22);
$inline-list-default-float-list-margin: rem-calc(22);
$inline-list-padding: 0;
// We use this to control the overflow of the inline list.
$inline-list-overflow: hidden;
// We use this to control the list items
$inline-list-display: block;
// We use this to control any elments within list items
$inline-list-children-display: block;
```
{{/markdown}}