File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919@import ' ../../../node_modules/@shopify/polaris-tokens/dist/scss/media-queries' ;
2020
21- $se23 : " html[class*='Polaris-Summer-Editions-2023']" ;
21+ $se23 : " :where( html[class*='Polaris-Summer-Editions-2023']) " ;
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ export async function toStyleSheet(metadata: Metadata) {
7979 }
8080
8181 const styles = `
82- :where(html) {color-scheme:light;${ getStaticCustomProperties ( metadata ) } }
83- :where(html .Polaris-Summer-Editions-2023){${ getStaticCustomPropertiesExperimental (
82+ :root {color-scheme:light;${ getStaticCustomProperties ( metadata ) } }
83+ :root: where(.Polaris-Summer-Editions-2023){${ getStaticCustomPropertiesExperimental (
8484 metadata ,
8585 ) } }
8686 ${ getKeyframes ( metadata . motion ) }
You can’t perform that action at this time.
0 commit comments