Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Sep 26, 2024
1 parent 93de3b1 commit 729abfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sass/ch-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
-moz-osx-font-smoothing: grayscale;
}

.ch-icon-swap-vert:before { content: "\EA77" }
.ch-icon-swap:before { content: "\EA78" }
.ch-icon-list:before { content: "\EA03" }
.ch-icon-check:before { content: "\EA04" }
.ch-icon-square:before { content: "\EA09" }
Expand Down Expand Up @@ -114,4 +112,6 @@
.ch-icon-inlineCode:before { content: "\EA73" }
.ch-icon-codeBlock:before { content: "\EA74" }
.ch-icon-expand:before { content: "\EA75" }
.ch-icon-unExpand:before { content: "\EA76" }
.ch-icon-unExpand:before { content: "\EA76" }
.ch-icon-swap-vert:before { content: "\EA77" }
.ch-icon-swap:before { content: "\EA78" }

0 comments on commit 729abfe

Please sign in to comment.