Skip to content

Commit

Permalink
Update CSS variables for light and root scope
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 18, 2024
1 parent b7a9489 commit c633e55
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ describe.concurrent('scope', () => {
'kind': 'markdown',
'value': dedent`
\`\`\`css
.light {
.light,
:root {
--text-blue: 37 99 253
}
.dark {
Expand Down Expand Up @@ -71,7 +72,8 @@ describe.concurrent('scope and global', () => {
'kind': 'markdown',
'value': dedent`
\`\`\`css
.light {
.light,
:root {
--text-blue: 37 99 253
}
.dark {
Expand Down Expand Up @@ -100,7 +102,8 @@ describe.concurrent('scope and global', () => {
'kind': 'markdown',
'value': dedent`
\`\`\`css
.light {
.light,
:root {
--blue: 37 99 253
}
.dark {
Expand Down

0 comments on commit c633e55

Please sign in to comment.