Update _lists.scss

This commit is contained in:
Patrick Marsceill 2019-09-10 12:30:00 -04:00 committed by GitHub
parent 72741e9498
commit 8dbe7209b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Utility classes for lists
//
// stylelint-disable primer/selector-no-utility, primer/no-override
// stylelint-disable primer/selector-no-utility, primer/no-override, selector-max-type
.list-style-none {
padding: 0 !important;
@ -11,7 +11,7 @@
li {
&::before {
display: none !important;
display: none !important;
}
}
}