feat: add star rating macro

This commit is contained in:
Devin Haska 2024-02-22 15:06:19 -08:00
parent 251ffdf1c4
commit 41b79ba54d
5 changed files with 31 additions and 0 deletions

7
src/css/blocks/stars.css Normal file
View file

@ -0,0 +1,7 @@
.stars li:not(:first-child) {
margin-inline-start: -4px;
}
.stars li {
line-height: 16px;
}