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

Scoping keyframes #44

Open
candunaj opened this issue May 31, 2023 · 1 comment
Open

Scoping keyframes #44

candunaj opened this issue May 31, 2023 · 1 comment

Comments

@candunaj
Copy link
Contributor

Currently, CSS keyframes aren't scoped.

Requirement

keyframes in CSS files should be scoped with the suffix the same way as classes are renamed with suffix

The following CSS

@keyframe blink { ... }

will turn to

@keyframe blink_e1235345 { ... }
@NullVoxPopuli
Copy link
Collaborator

This is a good idea -- would you be willing to submit a PR?

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