We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I tried to use @apply leading-90px !important; on an SCSS file and it gave me this error:
[plugin:vite:css] [sass] expected ";". ╷ 2 │ @apply leading-90px !important; │ ^ ╵ src\assets\styles\public.scss 2:24 @use
in public.scss
.detail-header { @apply leading-90px !important; }
when i delete !important it is work。
!important
leading-90px px is not tranform to rem,but when write it in xxx.vue's template it is tranform to rem
leading-90px
xxx.vue's template
Minimal Reproductions
Versions
Additonal Context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I tried to use @apply leading-90px !important; on an SCSS file and it gave me this error:
in public.scss
when i delete
!important
it is work。leading-90px
px is not tranform to rem,but when write it inxxx.vue's template
it is tranform to remMinimal Reproductions
Versions
Additonal Context
The text was updated successfully, but these errors were encountered: