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

Radial gradient position being doubled on compile #1758

Closed
ryanantonydunn opened this issue Jun 26, 2015 · 1 comment
Closed

Radial gradient position being doubled on compile #1758

ryanantonydunn opened this issue Jun 26, 2015 · 1 comment

Comments

@ryanantonydunn
Copy link

Just a little doubling bug when the radial gradient syntax is compiled.

.test {
  background: radial-gradient(at top right, #fff, #000);
}

Compiles to:

.test {
  background: radial-gradient(at top right at top right, #ffffff, #000000);
}
@cimmanon
Copy link

Duplicate of Compass/compass#1937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants