We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933a664 commit 33cef70Copy full SHA for 33cef70
README.md
@@ -7,5 +7,4 @@ Sandbox demo fork of vitesse-lite.
7
8
[](https://codesandbox.io/p/github/element-plus/element-plus-demo/main)
9
10
-
11
<img width="2560" height="1271" alt="image" src="https://github.com/user-attachments/assets/940f84cf-8e86-447e-ba8e-0401868a8071" />
src/styles/main.scss
@@ -1,5 +1,14 @@
1
@use 'element-plus/theme-chalk/src/dark/css-vars.scss' as *;
2
3
+@layer base {
4
+ [class*='el-'] {
5
+ box-sizing: revert;
6
+ margin: revert;
+ padding: revert;
+ font: revert;
+ }
+}
+
12
html,
13
body,
14
#app {
0 commit comments