Skip to content

Commit

Permalink
Remove needless disables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Sep 20, 2024
1 parent 9f4c069 commit f210297
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
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

0 comments on commit f210297

Please sign in to comment.