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

Debug info should not be placed inside @keyframes #247

Closed
sunny opened this issue Jan 12, 2012 · 0 comments
Closed

Debug info should not be placed inside @keyframes #247

sunny opened this issue Jan 12, 2012 · 0 comments

Comments

@sunny
Copy link

sunny commented Jan 12, 2012

When compiling with --debug-info :

@-webkit-keyframes warm {
  from { color: black }
  to { color: red }
}

Inserts @media -sass-debug-info before from and to, which break webkit's keyframe animations.

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

2 participants