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

Improve login logo & upgrade node packages #123

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Nov 7, 2024

Before
image

After
image

@loic425 loic425 changed the title Improve login logo Improve login logo & upgrade node packages Nov 7, 2024
Comment on lines +23 to +24
"sass": "~1.64.2",
"sass-loader": "~16.0.1",
Copy link
Member

Choose a reason for hiding this comment

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

I don't remember exact difference in behavior, but at vendor package usually used ^.

Suggested change
"sass": "~1.64.2",
"sass-loader": "~16.0.1",
"sass": "^1.64.2",
"sass-loader": "^16.0.1",

@loic425 loic425 merged commit 30b5f7c into Sylius:main Nov 22, 2024
6 checks passed
@loic425 loic425 deleted the fix/login-logo branch November 22, 2024 13:09
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.

2 participants