jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.93k stars 2.25k forks source link

Fix: Sass warning on latest version #2633

Closed annuraggg closed 3 months ago

annuraggg commented 4 months ago

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

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 1.13.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: