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

At-rules may not be used within keyframe blocks #2234

Closed
filipbekic01 opened this issue May 6, 2024 · 1 comment
Closed

At-rules may not be used within keyframe blocks #2234

filipbekic01 opened this issue May 6, 2024 · 1 comment
Assignees

Comments

@filipbekic01
Copy link

filipbekic01 commented May 6, 2024

Worked well in version: 1.75.0
Bug in version: 1.76.0

I use Vue 3 (sass) in combination with tailwind. Code block that's causing error:

<style lang="scss" scoped>
@keyframes shake {
  10%,
  90% {
    @apply -translate-x-px;
  }

  20%,
  80% {
    @apply translate-x-0.5;
  }

  30%,
  50%,
  70% {
    @apply -translate-x-1;
  }

  40%,
  60% {
    @apply translate-x-1;
  }
}
</style>
image
@nex3 nex3 self-assigned this May 6, 2024
@nex3
Copy link
Contributor

nex3 commented May 6, 2024

Duplicate of sass/sass#3859

@nex3 nex3 marked this as a duplicate of sass/sass#3859 May 6, 2024
@nex3 nex3 closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2024
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