Skip to content

Commit 5529286

Browse files
Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group (#2711)
* Bump @primer/stylelint-config from 13.0.0 to 13.0.1 in the all group Bumps the all group with 1 update: [@primer/stylelint-config](https://github.com/primer/stylelint-config). Updates `@primer/stylelint-config` from 13.0.0 to 13.0.1 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](primer/stylelint-config@v13.0.0...v13.0.1) --- updated-dependencies: - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Remove needless disables --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Rohan <jonrohan@github.com>
1 parent 55e1aaf commit 5529286

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/buttons/button.scss

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434

3535
i {
36-
// stylelint-disable-next-line primer/typography
3736
font-style: normal;
3837
// stylelint-disable-next-line primer/typography
3938
font-weight: $font-weight-semibold;

src/forms/form-control.scss

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ textarea.form-control {
151151
left: calc(var(--base-size-4) * -1);
152152
// stylelint-disable-next-line primer/spacing
153153
padding: 2px var(--base-size-4);
154-
// stylelint-disable-next-line primer/typography
155154
font-style: normal;
156155
background: var(--bgColor-attention-muted, var(--color-attention-subtle));
157156
// stylelint-disable-next-line primer/borders

src/markdown/lists.scss

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
margin-top: var(--base-size-16);
8989
// stylelint-disable-next-line primer/typography
9090
font-size: 1em;
91-
// stylelint-disable-next-line primer/typography
9291
font-style: italic;
9392
// stylelint-disable-next-line primer/typography
9493
font-weight: $font-weight-bold;

src/marketing/type/typography.scss

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.h6-mktg {
99
// stylelint-disable-next-line primer/typography
1010
font-family: $font-mktg;
11-
// stylelint-disable-next-line primer/typography
1211
font-feature-settings: $mktg-font-feature-settings;
1312
// stylelint-disable-next-line primer/typography
1413
font-weight: $mktg-header-weight-default !important;
@@ -76,7 +75,6 @@
7675
.f6-mktg {
7776
// stylelint-disable-next-line primer/typography
7877
font-family: $font-mktg;
79-
// stylelint-disable-next-line primer/typography
8078
font-feature-settings: $mktg-font-feature-settings;
8179
// stylelint-disable-next-line primer/typography
8280
font-weight: $font-weight-normal;

src/pagination/pagination.scss

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
min-width: 32px;
88
// stylelint-disable-next-line primer/spacing
99
padding: 5px 10px;
10-
// stylelint-disable-next-line primer/typography
1110
font-style: normal;
1211
// stylelint-disable-next-line primer/typography
1312
line-height: 20px;

0 commit comments

Comments
 (0)