Skip to content

Commit

Permalink
fix(css): update universal selector case
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jun 18, 2024
1 parent 5f393e9 commit e0c29e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ h2 + p + p {
#myId > .myClass {
outline: 3px dashed red;
}
> p {
* > p {
font-size: 1.1rem;
}
```
Expand Down Expand Up @@ -157,7 +157,7 @@ h2 {
outline: 3px dashed red;
}
}
> p {
* > p {
font-size: 1.1rem;
}
```
Expand Down

0 comments on commit e0c29e1

Please sign in to comment.