Skip to content

Commit

Permalink
Changed BEM names
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieSagan committed Nov 21, 2024
1 parent f18222b commit bb51ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 04-lection2/02-skeleton/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
background-color: var(--grey-2);
}

.skeleton__line_small {
.skeleton__line-small {
width: 30%;
}

.skeleton__line_large {
.skeleton__line-large {
width: 50%;
}

Expand All @@ -47,14 +47,14 @@
flex-direction: column;
}

.skeleton__body_first {
.skeleton__body-first {
height: 20px;
width: 100%;
background-color: var(--grey-2);
margin-bottom: 8px;
}

.skeleton__body_second {
.skeleton__body-second {
height: 20px;
width: 100%;
background-color: var(--grey-2);
Expand Down

0 comments on commit bb51ed1

Please sign in to comment.