File "_lists.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce-products-filter/img/loading-master/site/_lists.scss
File size: 254 bytes
MIME-type: text/plain
Charset: utf-8

// Lists

.list {
  padding-left: 2rem;
}
// Simple unbulleted list
.list-simple {
  list-style: none;
  padding-left: 0;
}

// Inline list
.list-inline {
  list-style: none;
  padding-left: 0;
  li {
    display: inline;
    white-space: nowrap;
  }
}