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

Handle Qualifying Elements (CSS) #7

Open
TheJaredWilcurt opened this issue Sep 13, 2021 · 1 comment · May be fixed by #12
Open

Handle Qualifying Elements (CSS) #7

TheJaredWilcurt opened this issue Sep 13, 2021 · 1 comment · May be fixed by #12
Labels
blocked Waiting on another issue to be resolved blocker Prevents other issues from being started help wanted Extra attention is needed

Comments

@TheJaredWilcurt
Copy link
Member

TheJaredWilcurt commented Sep 13, 2021

h1.example {
  display: block;
  text-align: center;
}

should become

h1.rp____---TAG_h1_display__--COLONblock {
  display: block;
}
h1.rp____---TAG_h1_text-align__--COLONcenter {
  text-align: center;
}

or if uglified

h1.rp__0 {
  display: block;
}
h1.rp__1 {
  text-align: center;
}
@TheJaredWilcurt TheJaredWilcurt added the help wanted Extra attention is needed label Sep 13, 2021
@TheJaredWilcurt TheJaredWilcurt added the blocked Waiting on another issue to be resolved label Dec 27, 2021
@TheJaredWilcurt TheJaredWilcurt linked a pull request Dec 31, 2021 that will close this issue
@TheJaredWilcurt TheJaredWilcurt removed the blocked Waiting on another issue to be resolved label Jan 1, 2022
@TheJaredWilcurt TheJaredWilcurt moved this from Todo to In Progress in Red-Perfume Project Jan 1, 2022
@TheJaredWilcurt TheJaredWilcurt added the blocker Prevents other issues from being started label Jan 1, 2022
@TheJaredWilcurt TheJaredWilcurt changed the title Handle Qualifying Elements Handle Qualifying Elements (CSS) Jan 1, 2022
@TheJaredWilcurt
Copy link
Member Author

Will be handled by #2

@TheJaredWilcurt TheJaredWilcurt added the blocked Waiting on another issue to be resolved label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting on another issue to be resolved blocker Prevents other issues from being started help wanted Extra attention is needed
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant