diff --git a/src/styles.js b/src/styles.js index 750e123..6c59885 100644 --- a/src/styles.js +++ b/src/styles.js @@ -27,6 +27,9 @@ module.exports = (theme) => ({ color: theme('colors.gray.900', defaultTheme.colors.gray[900]), fontWeight: '600', }, + 'ol': { + 'counter-reset': 'list-item', + }, 'ol[type="A"]': { '--list-counter-style': 'upper-alpha', },