Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

hermit99
Copy link

@hermit99 hermit99 commented Nov 9, 2023

No description provided.

Mingyu He added 3 commits November 9, 2023 17:08
Copy link

netlify bot commented Nov 9, 2023

Deploy Preview for anu-vue ready!

Name Link
🔨 Latest commit bb63512
🔍 Latest deploy log https://app.netlify.com/sites/anu-vue/deploys/65517b465e60010008f06f30
😎 Deploy Preview https://deploy-preview-218--anu-vue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hermit99 hermit99 changed the title fix: 'include' option is deprecated warning fix: Colors broken with UnoCSS v0.57 Nov 9, 2023
@@ -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))]"
Copy link
Owner

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?

Copy link
Author

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.

@hermit99
Copy link
Author

New PR #219

@hermit99 hermit99 closed this Nov 13, 2023
@hermit99 hermit99 deleted the fix-hsl-color-format branch November 13, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants