3 changed files with 15 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
/** |
||||
|
* 无需包含 @tailwind base, 避免和 platform-core 的 css 重复 |
||||
|
*/ |
||||
|
/* @tailwind base; */ |
||||
|
@tailwind components; |
||||
|
@tailwind utilities; |
@ -0,0 +1,3 @@ |
|||||
|
@tailwind base; |
||||
|
@tailwind components; |
||||
|
@tailwind utilities; |
@ -0,0 +1,6 @@ |
|||||
|
/** |
||||
|
* 无需包含 @tailwind base, 避免和 platform-core 的 css 重复 |
||||
|
*/ |
||||
|
/* @tailwind base; */ |
||||
|
@tailwind components; |
||||
|
@tailwind utilities; |
Loading…
Reference in new issue