mirror of
https://github.com/primer/css.git
synced 2024-11-22 01:53:17 +03:00
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](https://github.com/primer/stylelint-config/compare/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>
This commit is contained in:
parent
55e1aafc37
commit
55292866f2
6
package-lock.json
generated
6
package-lock.json
generated
@ -2015,9 +2015,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@primer/stylelint-config": {
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.0.tgz",
|
||||
"integrity": "sha512-S0EAeZ6hJ3pq3n9+U+8IGTFOWMToVGHsZ8gM/Qr6mgvk1GNdJ9+AnyD8CegMqszMMF14ZvTjGD+drivQ38rX9A==",
|
||||
"version": "13.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.1.tgz",
|
||||
"integrity": "sha512-DU/JqGa8jYV6EK3z7WruY/L22pbXcjAuIUe8S3euEA8gkH8zY4iSqj2BbSopHSFfTVPBNu1Bq5PwRVSP4B0J+g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@github/browserslist-config": "^1.0.0",
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user