twitter bootstrap - Why do Sass variable arguments throw an error? -


i'm using sass twitter bootstrap , getting error uses variable argument.

the solution see searching problem make sure i'm on sass 3.2.x. on 3.3.0.alpha.101, uninstalled , reinstalled 3.2.8, i'm still getting error:

invalid css after "...-shadow($shadow": expected ")", "...) {" 

the code that's throwing error:

@mixin box-shadow($shadow...) {   -webkit-box-shadow: $shadow;      -moz-box-shadow: $shadow;           box-shadow: $shadow; } 

i should mention i'm using livereload 2.3.8.

after editing question include i'm using livereload, thought try using good-ol'-fashioned sass-watch , there wasn't problem.

i've reported bug livereload…


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -