We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
Work already done in this repo. Waiting on this to be added into red-perfume-css.
red-perfume-css
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
should become
or if uglified
The text was updated successfully, but these errors were encountered: