Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/mixins/
Upload File :
Current File : /var/www/ljmtc/cbt/theme/boost/scss/bootstrap/mixins/_lists.scss

// Lists

// Unstyled keeps list items block level, just removes default browser padding and list-style
@mixin list-unstyled() {
  padding-left: 0;
  list-style: none;
}