Skip to content

Commit

Permalink
fixup! Test(stylelint-config): Introduce unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 23, 2024
1 parent 828165c commit e1ab12c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ a {
.selector-x {
width: 10%;
}

.selector-y {
width: 20%;
}

.selector-z {
width: 30%;
}
Expand Down Expand Up @@ -167,6 +169,7 @@ a {
from {
opacity: 0;
}

to {
opacity: 1;
}
Expand Down

0 comments on commit e1ab12c

Please sign in to comment.