Skip to content

Commit

Permalink
added correcitons
Browse files Browse the repository at this point in the history
  • Loading branch information
m.ponomarenko committed Dec 16, 2024
1 parent 68e1cae commit a8f8c46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/styles/blocks/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@

}
}

@for $length from 28 through 31 {
&__month-length--#{$length}> :nth-child(n + #{$length + 1}) {
display: none;
}
}
}
4 changes: 2 additions & 2 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import './blocks/variables.scss';
@import './blocks/calendar.scss';
@import './blocks/variables';
@import './blocks/calendar';

0 comments on commit a8f8c46

Please sign in to comment.