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

Mishandled linear-gradient? #357

Closed
bobrocke opened this issue Mar 18, 2014 · 1 comment
Closed

Mishandled linear-gradient? #357

bobrocke opened this issue Mar 18, 2014 · 1 comment

Comments

@bobrocke
Copy link

This is much like closed issue #259.

With Bourbon included, a .scss declaration like this

a {
  background: linear-gradient(white, black); 
}

becomes a .css output like this:

a {
  background: linear, false, white, black; }

I would think that Bourbon would leave the declaration alone if it was not a mixin.

Can this be fixed in the upcoming Bourbon v3.2?

I'd like to use Bourbon, Neat and Autoprefixer together, so I need Bourbon to ignore those things it's not expected to deal with.

@plapier
Copy link

plapier commented Mar 19, 2014

This issue is a duplicate of: #293

I've created a fix for this which will be released on Bourbon 4.0. (See aforementioned issue).
Because backwards compatibility is broken in certain features, we'll be jumping to Bourbon 4.0.

@plapier plapier closed this as completed Mar 19, 2014
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