@primer/css 19.4.1-rc.1c11cf26 → 19.4.1-rc.7a1197b2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "19.4.1-rc.1c11cf26",
3
+ "version": "19.4.1-rc.7a1197b2",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -46,7 +46,7 @@
46
46
  "@changesets/cli": "2.20.0",
47
47
  "@github/prettier-config": "0.0.4",
48
48
  "@koddsson/postcss-sass": "5.0.1",
49
- "@primer/stylelint-config": "^12.3.1",
49
+ "@primer/stylelint-config": "^12.3.3",
50
50
  "autoprefixer": "10.4.2",
51
51
  "chokidar-cli": "3.0.0",
52
52
  "cssstats": "4.0.2",
@@ -18,6 +18,7 @@
18
18
  font-size: $h2-size;
19
19
  font-weight: $font-weight-normal;
20
20
  flex: 1 1 auto;
21
+ order: 0;
21
22
  }
22
23
 
23
24
  // Make the text bold and red for dangerous content
@@ -31,6 +32,7 @@
31
32
  font-size: $body-font-size;
32
33
  color: var(--color-fg-muted);
33
34
  flex: 1 100%;
35
+ order: 2;
34
36
  }
35
37
 
36
38
  // Add 1 or 2 buttons to the right of the heading
@@ -38,6 +40,7 @@
38
40
  margin: $spacer-1 0 $spacer-1 $spacer-1;
39
41
  align-self: center;
40
42
  justify-content: flex-end;
43
+ order: 1;
41
44
 
42
45
  + .Subhead-description {
43
46
  margin-top: $spacer-1;