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

sass errors on multi line definitions #477

Closed
dwt opened this issue Aug 10, 2012 · 2 comments
Closed

sass errors on multi line definitions #477

dwt opened this issue Aug 10, 2012 · 2 comments

Comments

@dwt
Copy link

dwt commented Aug 10, 2012

I've got this css to be converted to sass and got a lot of errors on multi line definitions like these:

  background-image: -moz-linear-gradient(
      45deg, 
      rgba(0,0,0,0) 0%, 
      rgba(0,0,0,0) 50%, 
      rgba(255,255,255,0.1) 50%, 
      rgba(255,255,255,0.4) 100%
      )

The braces make the parsing perfectly clear, but still sass (with sass syntax) complains bitterly. (Sass 3.1.15 (Brainy Betty))

@dwt
Copy link
Author

dwt commented Aug 10, 2012

Another case where rules like these:

  box-shadow:  0px 1px 1px rgba(0,0,0,0.7) inset, 
               2px -2px 2px -3px rgba(0,0,0,0.5) inset

The comma should clear up the parsing, but it doesn't.

@chriseppstein
Copy link

this is not a current feature. it is a duplicate of feature request #216.

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