1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Fix linter (#2338)

* Lint

* Remove trailing whitespace
This commit is contained in:
simurai 2022-12-01 16:29:54 +09:00 committed by GitHub
parent 666a42989a
commit 3fbb7383f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,9 @@
margin: 0;
// stylelint-disable-next-line primer/typography
font-size: 85%;
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
background-color: var(--color-neutral-muted);
border-radius: $border-radius;
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
br { display: none; }
}