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 Error With Variable Interpolation #36

Open
timothydungan opened this issue Jul 2, 2017 · 0 comments
Open

SASS Error With Variable Interpolation #36

timothydungan opened this issue Jul 2, 2017 · 0 comments

Comments

@timothydungan
Copy link

I know this addon was built for Sublime Text 2, but I'm using it in ST3. I'm hoping someone can spot the problem here, because this works just fine in ATOM. I call the SASS mixin below with a standard INCLUDE, (@include transition(box-shadow 600ms ease);) but the build throws an error at the very first variable interpolation.

@mixin transition($prop, $values...) { -webkit-#{$prop}: $values; -moz-#{$prop}: $values; -ms-#{$prop}: $values; -o-#{$prop}: $values; $prop: $values; }

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

1 participant