@@ -3,14 +3,14 @@ $someElement: (
33);
44
55.scenario-1 {
6- /* polaris-migrator: This is a complex expression that we can't automatically convert . Please check this manually. */
6+ /* polaris-migrator: Unable to migrate the following expression . Please upgrade manually. */
77 /* z-index: var(--p-z-1) + 1; */
88 z-index : z-index (content ) + 1 ;
99 background-color : var (--p-background );
1010}
1111
1212.scenario-2 {
13- /* polaris-migrator: This is a complex expression that we can't automatically convert . Please check this manually. */
13+ /* polaris-migrator: Unable to migrate the following expression . Please upgrade manually. */
1414 /* z-index: var(--p-z-2) + 1; */
1515 z-index : z-index (overlay ) + 1 ;
1616 background-color : var (--p-background );
@@ -27,14 +27,14 @@ $someElement: (
2727}
2828
2929.scenario-5 {
30- /* polaris-migrator: This is a complex expression that we can't automatically convert . Please check this manually. */
30+ /* polaris-migrator: Unable to migrate the following expression . Please upgrade manually. */
3131 /* z-index: map-get($someElement, someKey); */
3232 z-index : z-index (someKey , $someElement );
3333 background-color : var (--p-background );
3434}
3535
3636.scenario-6 {
37- /* polaris-migrator: This is a complex expression that we can't automatically convert . Please check this manually. */
37+ /* polaris-migrator: Unable to migrate the following expression . Please upgrade manually. */
3838 /* z-index: calc(var(--p-z-2) + var(--p-z-1)); */
3939 z-index : calc (z-index (overlay ) + z-index (content ));
4040}
0 commit comments