Skip to content

Commit b2e820d

Browse files
committed
(fix) add scss lang
1 parent 4a955cc commit b2e820d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/ChatWindow/EmojiPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
}
9696
</script>
9797

98-
<style scoped>
98+
<style lang="scss" scoped>
9999
.wrapper {
100100
position: relative;
101101
display: flex;

src/ChatWindow/SvgIcon.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export default {
3838
},
3939
{
4040
name: 'toggle',
41-
path: 'M5,13L9,17L7.6,18.42L1.18,12L7.6,5.58L9,7L5,11H21V13H5M21,6V8H11V6H21M21,16V18H11V16H21Z'
41+
path:
42+
'M5,13L9,17L7.6,18.42L1.18,12L7.6,5.58L9,7L5,11H21V13H5M21,6V8H11V6H21M21,16V18H11V16H21Z'
4243
},
4344
4445
{
@@ -103,7 +104,7 @@ export default {
103104
}
104105
</script>
105106

106-
<style>
107+
<style lang="scss">
107108
#chat-icon-search {
108109
fill: var(--chat-icon-color-search);
109110
}

0 commit comments

Comments
 (0)