Skip to content

Commit

Permalink
update snapshots agains
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 11, 2024
1 parent 9b766f1 commit ee365cf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
22 changes: 11 additions & 11 deletions packages/css/test/__snapshots__/selectivity.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,62 +15,62 @@ exports[`css complex nested media queries 1`] = `
`;

exports[`css complex nested styles 1`] = `
".css-i5osxi {
".css-1fh6au3 {
color: blue;
}
.css-i5osxi:hover {
.css-1fh6au3:hover {
color: green;
}
.css-i5osxi:hover .name {
.css-1fh6au3:hover .name {
color: amethyst;
}
.css-i5osxi:hover .name:focus {
.css-1fh6au3:hover .name:focus {
color: burlywood;
}
@media (min-width: 420px) {
.css-i5osxi:hover .name:focus {
.css-1fh6au3:hover .name:focus {
color: rebeccapurple;
}
}"
`;

exports[`css handles media query merges 1`] = `
".css-gngm2 {
".css-uzr6q5 {
color: darkslateblue;
color: red;
color: purple;
}
@media (min-width: 420px) {
.css-gngm2 {
.css-uzr6q5 {
color: amethyst;
}
}
@media (min-width: 640px) {
.css-gngm2 {
.css-uzr6q5 {
color: rebeccapurple;
}
}
@media (min-width: 960px) {
.css-gngm2 {
.css-uzr6q5 {
color: burlywood;
}
}
@media (min-width: 640px) {
.css-gngm2 {
.css-uzr6q5 {
color: blue;
}
}
@media (min-width: 640px) {
.css-gngm2 {
.css-uzr6q5 {
color: aquamarine;
}
}"
Expand Down
Loading

0 comments on commit ee365cf

Please sign in to comment.