Skip to content

Commit

Permalink
fix(components-Lists): add nested counter for ol (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed May 21, 2022
1 parent bb66db6 commit a4f2138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Lists/Ol.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
@apply mr-2;
@apply text-primary;

content: counter(li) '. ';
content: counters(li, '.') '. ';
counter-increment: li;
}

1 comment on commit a4f2138

@vercel
Copy link

@vercel vercel bot commented on a4f2138 May 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog.tazimi.dev
blog-git-main-sabertaz.vercel.app
blog-sabertaz.vercel.app

Please sign in to comment.