@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 > li + li { margin-top: $size-2; } .list--inside-bulleted { padding-left: $size-0; list-style-position: inside; } .list--ruled-top { border-top-width: $border; } .list--inline > li { display: inline-block; } .list--inline > li + li { margin-left: $size-2; } .list--ruled > li { padding: $size-4 $size-2; border-top-width: $border; }