Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group #2711

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}

i {
// stylelint-disable-next-line primer/typography
font-style: normal;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-semibold;
Expand Down
1 change: 0 additions & 1 deletion src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ textarea.form-control {
left: calc(var(--base-size-4) * -1);
// stylelint-disable-next-line primer/spacing
padding: 2px var(--base-size-4);
// stylelint-disable-next-line primer/typography
font-style: normal;
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
// stylelint-disable-next-line primer/borders
Expand Down
1 change: 0 additions & 1 deletion src/markdown/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
margin-top: var(--base-size-16);
// stylelint-disable-next-line primer/typography
font-size: 1em;
// stylelint-disable-next-line primer/typography
font-style: italic;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-bold;
Expand Down
2 changes: 0 additions & 2 deletions src/marketing/type/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.h6-mktg {
// stylelint-disable-next-line primer/typography
font-family: $font-mktg;
// stylelint-disable-next-line primer/typography
font-feature-settings: $mktg-font-feature-settings;
// stylelint-disable-next-line primer/typography
font-weight: $mktg-header-weight-default !important;
Expand Down Expand Up @@ -76,7 +75,6 @@
.f6-mktg {
// stylelint-disable-next-line primer/typography
font-family: $font-mktg;
// stylelint-disable-next-line primer/typography
font-feature-settings: $mktg-font-feature-settings;
// stylelint-disable-next-line primer/typography
font-weight: $font-weight-normal;
Expand Down
1 change: 0 additions & 1 deletion src/pagination/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
min-width: 32px;
// stylelint-disable-next-line primer/spacing
padding: 5px 10px;
// stylelint-disable-next-line primer/typography
font-style: normal;
// stylelint-disable-next-line primer/typography
line-height: 20px;
Expand Down
Loading