animate.scss icon indicating copy to clipboard operation
animate.scss copied to clipboard

Getting error i _helpers.scss

Open kyotoprotokollet opened this issue 10 years ago • 4 comments

On compiling i get the following error:

" Change detected at 09:42:54 to: animate/animate.scss error sass/animate/animate.scss (Line 104 of sass/animate/partials/_helpers.scss: Invalid CSS after "...r-webkit: true ": expected "}", was "!global;")"

I'm using Sass 3.3.5 with Compass 0.12.6.

What's wrong and is there anything I can do?

kyotoprotokollet avatar Apr 25 '14 07:04 kyotoprotokollet

That looks like a 3.2 error. Are you sure your running on the right version of SASS?

hmps avatar Apr 29 '14 12:04 hmps

Same error here.

(Line 104 of sass/vendors/animate/partials/_helpers.scss: Invalid CSS after "...r-webkit: true ": expected "}", was "!global;")

Versions:

$ sass -v
Sass 3.3.6 (Maptastic Maple)
$ compass -v
Compass 0.12.6 (Alnilam)

vkarampinis avatar May 20 '14 15:05 vkarampinis

Same error here. On Debian Wheezy. Seem to have a problem with quite a few sass libraries.

peterjlord avatar Jun 10 '14 09:06 peterjlord

Managed to get working using gem install compass --pre

peterjlord avatar Jun 10 '14 13:06 peterjlord