// Mixins :: Unstyled

@mixin list-unstyled() {
  list-style: none;
  padding-left: 0;
}
