✨feat: Support TailwindCSS V3
Signed-off-by: Apple\Apple <zeraturing@foxmail.com>
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
@layer tailwind-base,semi,tailwind-components,tailwind-utils;
|
||||
@layer tailwind-base{
|
||||
@tailwind base;
|
||||
}
|
||||
@layer tailwind-components{
|
||||
@tailwind components;
|
||||
}
|
||||
@layer tailwind-utils {
|
||||
@tailwind utilities;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user