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

Gray color utilities do not follow text-{color}-{level} convention #38569

Open
3 tasks done
jcandan opened this issue May 8, 2023 · 7 comments
Open
3 tasks done

Gray color utilities do not follow text-{color}-{level} convention #38569

jcandan opened this issue May 8, 2023 · 7 comments

Comments

@jcandan
Copy link

jcandan commented May 8, 2023

Prerequisites

Describe the issue

When following the example given at Color: Generating utilities, the color naming convention applies to all but $grays.

<p class="text-green-300">this is successfully green</p>
<p class="text-gray-500">this should be a light gray</p>
<p class="text-500">this should be black because this class shouldn't exist</p>

Reduced test cases

https://codepen.io/jcandan/pen/yLRKLQv

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

5.2.3

@afeefuddin

This comment was marked as resolved.

@julien-deramond

This comment was marked as resolved.

@afeefuddin

This comment was marked as resolved.

@julien-deramond

This comment was marked as resolved.

@afeefuddin
Copy link

Made the PR #38585

@mdo
Copy link
Member

mdo commented Jun 1, 2023

Yes, this could be addressed in v6.

@mdo mdo added the v6 label Jun 1, 2023
@jcandan
Copy link
Author

jcandan commented Aug 2, 2023

Would you be willing to accept a documentation PR for v5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants