1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 03:46:28 +03:00

Remove unused rule

This commit is contained in:
simurai 2020-10-21 21:29:38 +09:00
parent 65b168b723
commit 326b191076

View File

@ -8,7 +8,6 @@
&::after {
padding-right: $em-spacer-5;
padding-left: $em-spacer-5;
// stylelint-disable-next-line primer/colors
color: var(--color-text-disabled);
content: "/";
}