BrutCSS Reference Documentation

Lists Classes

List styles

List Style Type

List style types

.lst-none

.lst-none {
  list-style-type: none;
}

.lst-disc

.lst-disc {
  list-style-type: disc;
}

.lst-circle

.lst-circle {
  list-style-type: circle;
}

.lst-square

.lst-square {
  list-style-type: square;
}

.lst-decimal

.lst-decimal {
  list-style-type: decimal;
}

.lst-lower-roman

.lst-lower-roman {
  list-style-type: lower-roman;
}

.lst-upper-roman

.lst-upper-roman {
  list-style-type: upper-roman;
}

List Style Position

List style position

.lsp-inside

.lsp-inside {
  list-style-position: inside;
}

.lsp-outside

.lsp-outside {
  list-style-position: outside;
}