Camelcase conversion for css modules

This commit is contained in:
2024-02-02 20:27:18 -06:00
parent 9854c9aafa
commit b0dec80364
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
.calendar-cell {
.calendarCell {
display: flex;
width: 165px;
height: 52.231px;
@@ -10,7 +10,7 @@
position: relative;
}
.hour-line {
.hourLine {
position: absolute;
left: 0;
right: 0;