We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d54b6 commit f548bcbCopy full SHA for f548bcb
DEV_FAQ.md
@@ -25,3 +25,11 @@ pnpm link --global element-plus
25
```
26
27
> More info see [pnpm link](https://pnpm.io/cli/link).
28
+
29
+## Theme
30
31
+We should not write Chinese comments in scss files.
32
33
+It will generate warning `@charset "UTF-8";` in the header of css file when built with vite.
34
35
+> More info see [#3219](https://github.com/element-plus/element-plus/issues/3219).
packages/theme-chalk/src/checkbox.scss
@@ -180,7 +180,7 @@ $checkbox-bordered-input-width: map.merge(
180
}
181
182
@include when(focus) {
183
- /*focus时 视觉上区分*/
+ // Visually distinguish when focus
184
.#{$namespace}-checkbox__inner {
185
border-color: var(--el-checkbox-input-border-color-hover);
186
0 commit comments