mirror of
https://github.com/primer/css.git
synced 2024-12-30 17:45:51 +03:00
fix linters
This commit is contained in:
parent
30597af94d
commit
7ef1b74662
@ -6,12 +6,13 @@
|
||||
list-style: none;
|
||||
|
||||
&::after {
|
||||
margin: 0 $em-spacer-5;
|
||||
display: inline-block;
|
||||
transform: rotate(15deg);
|
||||
border-right: 0.1em solid var(--color-text-disabled);;
|
||||
height: 0.8em;
|
||||
margin: 0 $em-spacer-5;
|
||||
content: '';
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-right: 0.1em $border-style var(--color-text-disabled);
|
||||
transform: rotate(15deg);
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user