We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ol
start
reversed
1 parent 942d0b9 commit 8a150f1Copy full SHA for 8a150f1
src/styles.js
@@ -26,17 +26,20 @@ module.exports = {
26
fontWeight: '600',
27
},
28
ol: {
29
- counterReset: 'list-counter',
+ listStyleType: 'decimal',
30
+ listStylePosition: 'inside',
31
32
'ol > li': {
33
+ display: 'block',
34
position: 'relative',
- counterIncrement: 'list-counter',
35
36
'ol > li::before': {
- content: 'counter(list-counter) "."',
37
+ content: '""',
38
+ display: 'list-item',
39
position: 'absolute',
40
fontWeight: '400',
41
color: defaultTheme.colors.gray[600],
42
+ letterSpacing: defaultTheme.letterSpacing.tight
43
44
'ul > li': {
45
0 commit comments