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

Fix: Sass warning on latest version #2633

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

annuraggg
Copy link
Contributor

This pull request addresses an issue with the calendar styling. The SCSS variables were not being applied correctly due to changes in Sass behavior. This PR updates the SCSS files to ensure the variables are applied correctly and resolves styling issues.

Warning in Console on Sass latest version:
Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in & {}

Changes Made:
Moved variable declarations to ensure that variables are declared before their rules

@annuraggg annuraggg changed the title Update styles.scss Fix: Sass warning on latest version Jul 27, 2024
@cutterbl cutterbl merged commit d5b6b87 into jquense:master Aug 19, 2024
1 check passed
Copy link

🎉 This PR is included in version 1.13.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants