mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
9 lines
117 B
SCSS
9 lines
117 B
SCSS
//@tailwind base;
|
|
//@tailwind components;
|
|
//@tailwind utilities;
|
|
|
|
.opacity_span {
|
|
opacity: 1;
|
|
transform: none;
|
|
}
|