在样式化组件中使用颜色选择器会给出非常长的 HSL 值

发布于 2025-01-12 13:29:09 字数 320 浏览 0 评论 0原文

我开始使用 React 和 Styled Components 构建一个新应用程序,但遇到了 HSL 颜色的奇怪问题。当我尝试使用颜色选择器在 HSL 中选择颜色时,它会给出非常长的值,例如“hsl(128.4375, 28.82882882882883%, 43.529411764705884%)”。这似乎只发生在样式组件中,在普通 CSS 文件中,它将值限制为整数百分比和度数。这在我几个月前做的上一个项目中并没有发生,但现在当我回到它时,它也发生在那里。

有人曾经发生过类似的事情,并且知道如何在使用颜色选择器时让样式组件将值限制回整数百分比吗?我猜这可能是一个扩展。将尝试一一禁用它们,看看会发生什么。

I started using React and Styled Components to build a new app and am running into a weird issue with HSL colors. When I try to use the color picker to pick a color in HSL it gives really long values like 'hsl(128.4375, 28.82882882882883%, 43.529411764705884%)'. This seems to only happen styled components, in normal CSS files it clamps the values to whole percents and degrees. This wasn't happening in my last project I worked on a few months ago, but now when I go back to it, it's also happening there.

Anyone ever have something similar happen and know how to get the Styled Components to clamp the values back to whole percents when using the color picker? I'm guessing it might be an extension. Going to try disabling them one by one and seeing what happens.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文