// Demo-specific styles go here. Skin-specific styles go in ../style.styl.

.demo-loose-list {
    > *:not(:last-child)::after {
        content: ', ';
    }
}
