Skip to content

Commit

Permalink
test: update .border-s-0 to give 0px
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvilhelmberglund committed Oct 24, 2023
1 parent b1da5c9 commit 96041c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assets/output/preset-mini-targets.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ unocss .scope-\[unocss\]\:block{display:block;}
.border-x{border-left-width:1px;border-right-width:1px;}
.border-b{border-bottom-width:1px;}
.border-e-4{border-inline-end-width:4px;}
.border-s-0{border-inline-start-width:0;}
.border-s-0{border-inline-start-width:0px;}
.border-t-2,
.border-t-size-2{border-top-width:2px;}
.border-inline{border-inline-start-width:1px;border-inline-end-width:1px;}
Expand Down

0 comments on commit 96041c7

Please sign in to comment.