-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49fab1b
commit f680a67
Showing
6 changed files
with
81 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +0,0 @@ | ||
.sd5jss7 { | ||
margin: 0; | ||
margin-block: 1rem; | ||
padding: 0; | ||
padding-left: 1.5rem; | ||
display: flex; | ||
flex-direction: column; | ||
gap: 0.5rem; | ||
} | ||
.sk625fs { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
16 changes: 13 additions & 3 deletions
16
packages/pigment-css-react/tests/Box/fixtures/box-jsx.output.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 10 additions & 4 deletions
14
packages/pigment-css-react/tests/sx/fixtures/sx-jsx.output.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
.s5molx8 { | ||
display: flex; | ||
flex-direction: column; | ||
color: red; | ||
} | ||
@media (prefers-color-scheme: dark) { | ||
.s5molx8 { | ||
color: white; | ||
} | ||
} | ||
.s7fszdm { | ||
display: flex; | ||
flex-direction: column; | ||
opacity: 0.4; | ||
} | ||
.s2bbd3t { | ||
color: red; | ||
} | ||
.s1ou6jyi { | ||
color: var(--s1ou6jyi-0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters