From 729abfe59495928679a043be34f089fe25754a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sunsonliu=28=E5=88=98=E9=98=B3=29?= Date: Thu, 26 Sep 2024 12:38:49 +0800 Subject: [PATCH] fix:lint --- src/sass/ch-icon.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/ch-icon.scss b/src/sass/ch-icon.scss index 231cad36..5218cd61 100644 --- a/src/sass/ch-icon.scss +++ b/src/sass/ch-icon.scss @@ -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" } @@ -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" } \ No newline at end of file +.ch-icon-unExpand:before { content: "\EA76" } +.ch-icon-swap-vert:before { content: "\EA77" } +.ch-icon-swap:before { content: "\EA78" } \ No newline at end of file