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

Make @keyframe at-rules global. #65

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Make @keyframe at-rules global. #65

merged 1 commit into from
Sep 10, 2019

Conversation

elliotwaite
Copy link
Contributor

Prefix all @Keyframe at-rule names with '-global-'.
For example:
@Keyframes slide-in {from{} to{}}
will become:
@Keyframes -global-slide-in {from{} to{}}

Prefix all @Keyframe at-rule names with '-global-'.
For example:
  @Keyframes slide-in {from{} to{}}
will become:
  @Keyframes -global-slide-in {from{} to{}}
@kaisermann kaisermann merged commit f9f997c into sveltejs:master Sep 10, 2019
kaisermann pushed a commit that referenced this pull request Sep 10, 2019
Prefix all @Keyframe at-rule names with '-global-'.
For example:
  @Keyframes slide-in {from{} to{}}
will become:
  @Keyframes -global-slide-in {from{} to{}}
kaisermann pushed a commit that referenced this pull request Sep 10, 2019
Prefix all @Keyframe at-rule names with '-global-'.
For example:
  @Keyframes slide-in {from{} to{}}
will become:
  @Keyframes -global-slide-in {from{} to{}}
@kaisermann
Copy link
Member

kaisermann commented Sep 10, 2019

Thank you very much @elliotwaite! Nice fix 😁

Released on v3.1.1

@kaisermann kaisermann self-assigned this Sep 10, 2019
@kaisermann kaisermann added the bug Something isn't working label Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants