Skip to content

Commit

Permalink
fix: unocss unknown word error
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 15, 2024
1 parent 32b9b33 commit 24e8386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/typography/preflights/inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ export const ChineseInline = {
bottom: "-0.25em",
},
"sup": {
"top": "-0.5em",
"&:target, a:target": {
"background-color": "hsl(210, 100%, 93%)",
},
top: "-0.5em",
},
"sup:target, sup a:target": {
"background-color": "hsl(210, 100%, 93%)",
},
"summary": {
"padding-inline-start": "1em",
Expand Down
8 changes: 4 additions & 4 deletions src/typography/preflights/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export const ChineseList = {
},
"ul, ol": {
"padding-inline-start": "var(--un-chinese-typography-text-indent-size)",
"ul, ol": {
"margin-block-start": "0",
"margin-block-end": "0",
},
},
"ul ul, ul ol, ol ul, ol ol": {
"margin-block-start": "0",
" margin-block-end": "0",
},
"ul": {
"list-style-type": "disc",
Expand Down

0 comments on commit 24e8386

Please sign in to comment.