Skip to content
Snippets Groups Projects
_lists.scss 150 B
// stylelint-disable primer/selector-no-utility

.list-style-none {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}