Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 1, 2024
1 parent 6595d71 commit d3a88d5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
color: var(--swssabr-0);
}
.sblg7d5 {
border: 0px solid;
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
Expand All @@ -35,7 +35,7 @@
width: 1px;
}
.s1xq3929 {
border: 0px solid;
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.d1h14by3 {
color: var(--d1h14by3-0);
margin-bottom: 8px;
mb: 1px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
color: var(--stzaibv-0);
}
.sazg8ol {
margin-bottom: 8px;
mb: 1px;
text-align: center;
}
.s1v3ec1v {
border: 0px solid;
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
Expand All @@ -38,7 +38,7 @@
width: 1px;
}
.s1ojh0i1 {
border: 0px solid;
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
Expand Down
22 changes: 7 additions & 15 deletions packages/pigment-css-react/tests/sx/fixtures/sxProps2.output.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
font-size: 3rem;
}
.si7ulc4 {
margin-bottom: 8px;
mb: 1px;
}
@media (prefers-color-scheme: dark) {
.si7ulc4 {
Expand All @@ -28,19 +28,11 @@
color: red;
font-size: var(--so956n-0);
}
@media (min-width: 0px) {
.so956n :hover {
background-color: red;
}
}
@media (min-width: 600px) {
.so956n :hover {
background-color: blue;
color: red;
}
.so956n :hover {
background-color: primary.main;
background-color: secondary.main;
}
@media (min-width: 900px) {
.so956n :hover {
color: blue;
}
.so956n :hover color {
sm: primary.main;
md: secondary.main;
}
2 changes: 1 addition & 1 deletion packages/pigment-css-react/tests/sx/visuallyHidden.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const visuallyHidden = {
border: 0,
border: 'none',
clip: 'rect(0 0 0 0)',
height: '1px',
margin: '-1px',
Expand Down

0 comments on commit d3a88d5

Please sign in to comment.