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

feat(tailwind.config.js, tailwind.css): ♻️ Update color variables #21

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

thebeyondr
Copy link
Member

We can use alpha values with the colors now like vd-blue-900/50

…tailwind.css and tailwind.config.js

We can use alpha values with the colors now like
Copy link

render bot commented Feb 2, 2024

@thebeyondr thebeyondr self-assigned this Feb 2, 2024
@thebeyondr thebeyondr requested review from 0xRowdy and CJ-Rose February 2, 2024 03:10
@thebeyondr thebeyondr added the feature 🚀 New feature or request label Feb 2, 2024
@thebeyondr thebeyondr changed the title feat(tailwind.config.js, tailwind.css): ♻️ Update color variables in tailwind.css and tailwind.config.js feat(tailwind.config.js, tailwind.css): ♻️ Update color variables Feb 2, 2024
@@ -2,6 +2,32 @@
@tailwind components;
@tailwind utilities;

:root {
--vd-beige-200: 247 237 232;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you have to paste each hex into a converter or was there a shortcut?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used a shortcut — I asked cursor to convert it

@thebeyondr thebeyondr merged commit 9eee706 into main Feb 2, 2024
3 checks passed
@thebeyondr thebeyondr deleted the fix/color-definitions branch February 2, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants