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

alpha colors corrupted #146

Open
thisVioletHydra opened this issue Sep 5, 2024 · 4 comments
Open

alpha colors corrupted #146

thisVioletHydra opened this issue Sep 5, 2024 · 4 comments

Comments

@thisVioletHydra
Copy link

before

body {
 color: #0000 !important;
 background-color: #0000; 
}

after

body {
  color: #000 0 !important;
  background-color: #000 0;
}

help 🗿

@mkurz
Copy link
Member

mkurz commented Sep 6, 2024

Which version of sbt-less are you using?
I think this might be a problem in less.js itself.

@thisVioletHydra
Copy link
Author

Which version of sbt-less are you using? I think this might be a problem in less.js itself.

addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.0")

@mkurz
Copy link
Member

mkurz commented Oct 8, 2024

@thisVioletHydra could you meanwhile figure out what's going on?

@thisVioletHydra
Copy link
Author

@thisVioletHydra could you meanwhile figure out what's going on?

less not understand alpha hex
i writhed new convertor for my project : #0000 to rgba(0,0,0,0)
and all working again

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

No branches or pull requests

2 participants