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

Use modern SCSS package and syntax #47

Draft
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

Lenni009
Copy link
Member

closes #46

@Lenni009 Lenni009 changed the base branch from main to develop May 19, 2023 18:40
@Lenni009 Lenni009 changed the base branch from develop to main May 19, 2023 18:40
@Khaoz-Topsy Khaoz-Topsy marked this pull request as ready for review June 7, 2023 20:27
@@ -102,7 +102,8 @@ $community-search-icon-border-radius: 5px;

.community-icon {
img {
border-top-left-radius: $community-search-icon-border-radius;
border-top-left-radius: $community-search-icon-border-radius;
object-fit: contain;
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this object-fit rule

@Khaoz-Topsy
Copy link
Member

Sorry it took so long for me to see this 😅. I just need that one rule removed that was added in this PR 😋. If you change this PR to be in develop, I will merge it very soon, else it needs to wait for future Kurt 😅

Also how did you get around the gitHooks that is supossed to enforce emoji use 😞

@Khaoz-Topsy
Copy link
Member

With the object-fit
image

Without
image

@Lenni009
Copy link
Member Author

Lenni009 commented Jun 7, 2023

So we want distorted images?

@Lenni009 Lenni009 changed the base branch from main to develop June 7, 2023 20:56
@Lenni009
Copy link
Member Author

Lenni009 commented Jun 7, 2023

AFAIK the PR also was meant as a draft, I did not yet manage to replace the @import statements with the proper @use ones. There's a lot going on in the CSS, especially with the SweetAlert code that wasn't written by you.

@Khaoz-Topsy
Copy link
Member

Yup, I want stretchy for all the non square images

Ah ok. I was impressed that there were so few file changes 😂

@Lenni009 Lenni009 marked this pull request as draft June 7, 2023 21:03
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.

[Code Improvement]: Use @use instead of @import in scss files
2 participants