Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
pat5513 committed Dec 20, 2024
1 parent e256e28 commit da027e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ body {
height: 100px;
width: 100px;
border: 1px solid black;

@for $i from 1 through 31 {
&:nth-child(#{$i})::before {
content: '#{$i}';
font-size: 30px;
}
}
}
}

0 comments on commit da027e8

Please sign in to comment.