-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
NeoSteps to tailwindcss #8524
NeoSteps to tailwindcss #8524
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
WARNING @shashkovdanil PR for issue #8222 which isn't assigned to you. Please be warned that this PR may get rejected if there's another assignee for issue #8222 |
AI-Generated Summary: This pull request introduces changes from NeoSteps to tailwindcss. It involves the modification of three files: NeoSteps.scss, tailwind.scss, and tailwind.config.js. The changes are majorly refactoring the NeoSteps.scss to use tailwind CSS utility classes instead of the previous SCSS variables and functions. New variables are added to the tailwind configuration and some existing ones have changed their values. In the tailwind.scss file, an extra variable "--steps-active-color" is added and the values of "--k-shade" are changed from hex value to RGB format. In the tailwind.config.js, a similar update in 'k-shade' and the addition of 'steps-active-color' were performed. The aim of these changes is to transition the stylesheet architecture from traditional SCSS to a more modular, scalable and easier to maintain tailwind CSS architecture. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the color of the line between steps is not same as in canary:
https://canary.kodadot.xyz/ahk/waifu
ye, in the old version gradient didn't work. @exezbcz can you check please |
@prury fixed |
Code Climate has analyzed commit f1c85ea and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
thanks! |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Context
tailwindcss
#8222Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖[deprecated] Generated by Copilot at 032c5ed
Refactored the steps component to use Tailwind CSS utilities and custom properties, and updated the Tailwind configuration and scss files accordingly. This improves the UI code quality and design consistency.
🤖[deprecated] Generated by Copilot at 032c5ed