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

linear-gradient - problem with compilation #22

Open
mariuszdev opened this issue Aug 8, 2015 · 1 comment
Open

linear-gradient - problem with compilation #22

mariuszdev opened this issue Aug 8, 2015 · 1 comment

Comments

@mariuszdev
Copy link

Hello,

I have following line of code:
+background-image(linear-gradient(transparent 0, $white-darker 100%), linear-gradient(rgba(0, 0, 0, 0.5) 30%, $white-darker 100%)).

In my compiled .css the output is like:

background-image: -webkit-linear-gradient(transparent 0, #FCFCFC 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 30%, #FCFCFC 100%);
background-image: linear-gradient(to   , #FCFCFC 100%), linear-gradient(rgba(0, 0, 0, 0.5) 30%, #FCFCFC 100%);

So it doesn't work in Firefox because of invalid property value (to , #FCFCFC 100%)

@balintbrews
Copy link

node-bourbon is just the node-sass port. The issue you should be looking at: thoughtbot/bourbon#729.

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