@primer/css 0.0.0-20220520225539 → 0.0.0-20220522003526

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
@@ -1,6 +1,10 @@
1
1
  # @primer/css
2
2
 
3
- ## 0.0.0-20220520225539
3
+ ## 0.0.0-20220522003526
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2087](https://github.com/primer/css/pull/2087) [`8354de5c`](https://github.com/primer/css/commit/8354de5c5eeb60e447712c04e25c2ef370206488) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Changing `PageLayout--isPaneSticky` to `PageLayout--sticky`.
4
8
 
5
9
  ### Patch Changes
6
10
 
package/core/index.scss CHANGED
@@ -28,4 +28,3 @@
28
28
 
29
29
  // Utilities always go last so that they can override components
30
30
  @import '../utilities/index.scss';
31
- @import '../primitives/index.scss';