@primer/css 21.4.0-rc.370c01af → 21.4.0-rc.53d91fb7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,7 +151,6 @@ textarea.form-control {
151
151
  left: calc(var(--base-size-4) * -1);
152
152
  // stylelint-disable-next-line primer/spacing
153
153
  padding: 2px var(--base-size-4);
154
- // stylelint-disable-next-line primer/typography
155
154
  font-style: normal;
156
155
  background: var(--bgColor-attention-muted, var(--color-attention-subtle));
157
156
  // stylelint-disable-next-line primer/borders
@@ -88,7 +88,6 @@
88
88
  margin-top: var(--base-size-16);
89
89
  // stylelint-disable-next-line primer/typography
90
90
  font-size: 1em;
91
- // stylelint-disable-next-line primer/typography
92
91
  font-style: italic;
93
92
  // stylelint-disable-next-line primer/typography
94
93
  font-weight: $font-weight-bold;
@@ -8,7 +8,6 @@
8
8
  .h6-mktg {
9
9
  // stylelint-disable-next-line primer/typography
10
10
  font-family: $font-mktg;
11
- // stylelint-disable-next-line primer/typography
12
11
  font-feature-settings: $mktg-font-feature-settings;
13
12
  // stylelint-disable-next-line primer/typography
14
13
  font-weight: $mktg-header-weight-default !important;
@@ -76,7 +75,6 @@
76
75
  .f6-mktg {
77
76
  // stylelint-disable-next-line primer/typography
78
77
  font-family: $font-mktg;
79
- // stylelint-disable-next-line primer/typography
80
78
  font-feature-settings: $mktg-font-feature-settings;
81
79
  // stylelint-disable-next-line primer/typography
82
80
  font-weight: $font-weight-normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "21.4.0-rc.370c01af",
3
+ "version": "21.4.0-rc.53d91fb7",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -7,7 +7,6 @@
7
7
  min-width: 32px;
8
8
  // stylelint-disable-next-line primer/spacing
9
9
  padding: 5px 10px;
10
- // stylelint-disable-next-line primer/typography
11
10
  font-style: normal;
12
11
  // stylelint-disable-next-line primer/typography
13
12
  line-height: 20px;