Skip to content

Commit 33cef70

Browse files
committed
style: clear tailwind base style
1 parent 933a664 commit 33cef70

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ Sandbox demo fork of vitesse-lite.
77

88
[![Edit element-plus](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/github/element-plus/element-plus-demo/main)
99

10-
1110
<img width="2560" height="1271" alt="image" src="https://github.com/user-attachments/assets/940f84cf-8e86-447e-ba8e-0401868a8071" />

src/styles/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
@use 'element-plus/theme-chalk/src/dark/css-vars.scss' as *;
22

3+
@layer base {
4+
[class*='el-'] {
5+
box-sizing: revert;
6+
margin: revert;
7+
padding: revert;
8+
font: revert;
9+
}
10+
}
11+
312
html,
413
body,
514
#app {

0 commit comments

Comments
 (0)