Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Keyframes Support #74

Closed
nathanaelphilip opened this issue Jun 23, 2014 · 2 comments
Closed

Keyframes Support #74

nathanaelphilip opened this issue Jun 23, 2014 · 2 comments

Comments

@nathanaelphilip
Copy link

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
Copy link
Contributor

MoOx commented Jun 24, 2014

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

@MoOx MoOx closed this as completed Jun 24, 2014
@nathanaelphilip
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants