segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 131 forks source link

Keyframes Support #74

Closed nathanaelphilip closed 10 years ago

nathanaelphilip commented 10 years ago

getting this error

stream.js:94
      throw er; // Unhandled stream error in pipe.
            ^
Error: missing '{' near line 345:1

here is my code:

@keyframes moving-gradient {
    0%{ background-position: left bottom;}
    100%{ background-position: right bottom;}
}​
MoOx commented 10 years ago

Already working. You have a weird invisible char after the last }. I just added some tests anyway b6f3cea2a279d9fc3847a0d0c9d1b1646a4326e9

nathanaelphilip commented 10 years ago

that’s what I get for copy & pasting...

On Jun 24, 2014, at 12:01 AM, Maxime Thirouin notifications@github.com wrote:

Already working. You have a weird invisible char after the last }. I just added some tests anyway b6f3cea

— Reply to this email directly or view it on GitHub.