@primer/css 20.6.1-rc.8a4d334f → 20.6.1-rc.ff703ef2

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.
@@ -14,18 +14,26 @@
14
14
  }
15
15
  }
16
16
 
17
- ol[type='1'] {
18
- list-style-type: decimal;
19
- }
20
-
21
17
  ol[type='a'] {
22
18
  list-style-type: lower-alpha;
23
19
  }
24
20
 
21
+ ol[type='A'] {
22
+ list-style-type: upper-alpha;
23
+ }
24
+
25
25
  ol[type='i'] {
26
26
  list-style-type: lower-roman;
27
27
  }
28
28
 
29
+ ol[type='I'] {
30
+ list-style-type: upper-roman;
31
+ }
32
+
33
+ ol[type='1'] {
34
+ list-style-type: decimal;
35
+ }
36
+
29
37
  // Reset <ol> style to decimal (HTML default) specifically for AsciiDoc
30
38
  // <div><ol> construction (doesn't affect MarkDown)
31
39
  div > ol:not([type]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.6.1-rc.8a4d334f",
3
+ "version": "20.6.1-rc.ff703ef2",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",