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

Transparent doesn't work as a variable value #819

Closed
ptri opened this issue Jun 1, 2012 · 2 comments
Closed

Transparent doesn't work as a variable value #819

ptri opened this issue Jun 1, 2012 · 2 comments

Comments

@ptri
Copy link

ptri commented Jun 1, 2012

Following LESS:

@seethru: transparent;
div {
  background-color: #000;
  background-color: @seethru;
}

Compiles into CSS:

div {
  background-color: #000;
  background-color: #NaNbbaaNaN00NaN00NaN00NaN00NaN;
}

Which in turn renders the background black instead of the intended transparent.

Might be related to issue 812 and/or issue 800

@lukeapage
Copy link
Member

It is a duplicate of #812, caused by accepting #800

@lukeapage
Copy link
Member

as I said (and now reverted)

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