Sha256: b98858d97bc870160e613cf7ca762eb973218903d2c0f37aefecc0d9bf95da2e

Contents?: true

Size: 586 Bytes

Versions: 2

Compression:

Stored size: 586 Bytes

Contents

@import "sass-zero/variables/spacing";
@import "sass-zero/mixins";

.list--unindented {
  padding-left: $size-4;
}

.list--flush {
  padding-left: $size-0;
}

.list--unbulleted {
  padding-left: $size-0;
  list-style: none;
}

.list--spaced {
  @include space-y($size-2);
}

.list--inside-bulleted {
  padding-left: $size-0;
  list-style-position: inside;
}

.list--ruled-top {
  border-top-width: $border;
}

.list--inline {
  @include space-x($size-2);
}

.list--inline > li {
  display: inline-block;
}

.list--ruled > li {
  padding: $size-4 $size-2;
  border-top-width: $border;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sass-zero-0.0.46 app/assets/stylesheets/sass-zero/utilities/list.scss
sass-zero-0.0.45 app/assets/stylesheets/sass-zero/utilities/list.scss