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

Odd Behavior with @-ms-keyframes #370

Open
morphosic opened this issue Apr 30, 2018 · 0 comments
Open

Odd Behavior with @-ms-keyframes #370

morphosic opened this issue Apr 30, 2018 · 0 comments

Comments

@morphosic
Copy link

Installed product versions

  • Visual Studio: Enterprise 2017 15.6.7
  • This extension: 1.11.326

Description

Classes that contained the @-ms-keyframes are now within @-ms-keyframes.

Steps to recreate

  1. Place @-ms-keyframes and contained rules inside a class.
    .delete-this {
    @-ms-keyframes wiggle {
    0% { -ms-transform: rotate(3deg); }
    50% { -ms-transform: rotate(-3deg); }
    100% { -ms-transform: rotate(3deg); }
    }
    }

  2. Compile with web compiler

Current behavior

Classes that contained the @-ms-keyframes are now within @-ms-keyframes. I believe @Keyframes are only allowed "From", "To" and/or [percentage]. See attached images.

Base Code:
image

Compiled Code:
image

Expected behavior

The classes should be outside not inside.

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

1 participant