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 (HTML) #6

Open
TheJaredWilcurt opened this issue Dec 30, 2021 · 1 comment · May be fixed by #7
Open

Handle Qualifying Elements (HTML) #6

TheJaredWilcurt opened this issue Dec 30, 2021 · 1 comment · May be fixed by #7
Labels
blocked Waiting on another issue to be resolved

Comments

@TheJaredWilcurt
Copy link
Member

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

should become

h1.rp__display__--COLONblock {
  display: block;
}
h1.rp__text-align__--COLONcenter {
  text-align: center;
}

or if uglified

h1.rp__0 {
  display: block;
}
h1.rp__1 {
  text-align: center;
}
@TheJaredWilcurt TheJaredWilcurt added blocked Waiting on another issue to be resolved and removed blocked Waiting on another issue to be resolved labels Dec 30, 2021
@TheJaredWilcurt
Copy link
Member Author

TheJaredWilcurt commented Dec 30, 2021

Work already done in this repo. Waiting on this to be added into red-perfume-css.

@TheJaredWilcurt TheJaredWilcurt linked a pull request Dec 30, 2021 that will close this issue
1 task
@TheJaredWilcurt TheJaredWilcurt moved this from Todo to In Progress in Red-Perfume Project Dec 30, 2021
@TheJaredWilcurt TheJaredWilcurt changed the title Handle Qualifying Elements Handle Qualifying Elements (HTML) Jan 1, 2022
@TheJaredWilcurt TheJaredWilcurt assigned gwenf and unassigned gwenf Sep 30, 2022
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
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants