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(Tipseen): New paddings for tipseen #2251

Merged
merged 5 commits into from
Aug 4, 2024
Merged

Conversation

shaharzil
Copy link
Contributor

@shaharzil shaharzil requested a review from a team as a code owner July 22, 2024 09:45
@@ -1,3 +1,4 @@
.title {
padding-right: var(--spacing-medium);
padding-bottom: var(--spacing-xs);;
Copy link
Contributor

Choose a reason for hiding this comment

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

double semi-colon at the end

Comment on lines +6 to +8
&:not(:first-child) {
padding-top: 12px;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

only one question, why did you changed it?

Copy link
Contributor

Choose a reason for hiding this comment

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

the position I mean

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It felt like a better location (since the mixin name related to the padding)

Copy link
Contributor

Choose a reason for hiding this comment

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

It sound like the mixin is just very redundant, is it even exported from Vibe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree
It is not exported,do you think it will be best if I will just remove it?

Copy link
Contributor

Choose a reason for hiding this comment

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

if for sure not exported, let's remove it, yes
if it takes time to check it so leave it as is and create a task for future check 💪🏼

@shaharzil shaharzil merged commit a4d40a0 into master Aug 4, 2024
10 checks passed
@shaharzil shaharzil deleted the change-tipseen-padding branch August 4, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants