@primer/css 21.4.0-rc.a4febfe8 → 21.4.0-rc.bac534af

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  - [#2691](https://github.com/primer/css/pull/2691) [`5097430`](https://github.com/primer/css/commit/50974300dfe8cf636e1b15b5fbd5b0dc5adf4f2e) Thanks [@dylanatsmith](https://github.com/dylanatsmith)! - Remove background behind images in markdown-body
8
8
 
9
+ ### Patch Changes
10
+
11
+ - [#2710](https://github.com/primer/css/pull/2710) [`3017831`](https://github.com/primer/css/commit/30178319550ecbf318ecbfa36675c80b6e95e3ba) Thanks [@smockle](https://github.com/smockle)! - Replace deprecated CSS properties in '.sr-only'
12
+
9
13
  ## 21.3.6
10
14
 
11
15
  ### Patch Changes
@@ -33,7 +33,6 @@
33
33
  }
34
34
 
35
35
  i {
36
- // stylelint-disable-next-line primer/typography
37
36
  font-style: normal;
38
37
  // stylelint-disable-next-line primer/typography
39
38
  font-weight: $font-weight-semibold;