Skip to content

Commit

Permalink
update variables file style
Browse files Browse the repository at this point in the history
  • Loading branch information
Roksolana14 committed Dec 18, 2024
1 parent c599917 commit 01a0445
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/styles/includes/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ $columns: 7;
$calendar-day: ($size / $columns);
$col-gap: 1px;
$calendar-width: $size + ($col-gap * ($columns - 1));
$days:
'mon' 0,
'tue' 1,
'wed' 2,
'thu' 3,
'fri' 4,
'sat' 5,
'sun' 6;
$days: 'mon' 0, 'tue' 1, 'wed' 2, 'thu' 3, 'fri' 4, 'sat' 5, 'sun' 6;
$start-day: 'sun';
$month-length: 31;

0 comments on commit 01a0445

Please sign in to comment.