File: _lists.scss

package info (click to toggle)
twitter-bootstrap4 4.6.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,972 kB
  • sloc: javascript: 11,965; makefile: 27; xml: 21; sh: 6
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
// Lists

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