-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
fix: Colors broken with UnoCSS v0.57 #218
Conversation
chore: move away from legacy hsl() comma syntax chore: update doco
✅ Deploy Preview for anu-vue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -69,7 +69,7 @@ useDOMScrollLock(toRef(props, 'modelValue') as Ref<boolean>) | |||
v-show="props.modelValue" | |||
ref="refMask" | |||
v-bind="defaultsAttrs" | |||
class="a-drawer-wrapper flex fixed inset-0 bg-[hsla(var(--a-backdrop-c),var(--a-backdrop-opacity))]" | |||
class="a-drawer-wrapper flex fixed inset-0 bg-[hsl(var(--a-backdrop-c) / var(--a-backdrop-opacity))]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested this kind of changes because space in a class mean two different class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you are right. Need to do more work to fix it properly. Will push some commits shortly.
New PR #219 |
No description provided.