1+ @use " sass:list" ;
12@use " sass:math" ;
3+ @use " sass:selector" ;
24
35// adduse
46
@@ -52,7 +54,7 @@ $transparent-border: 1px solid transparent;
5254 counter-increment : list- #{$counter } ;
5355
5456 & ::before {
55- content : counter (list-#{$counter} , nth ($list-style , ($counter % 3 ) + 1 )) " . " ;
57+ content : counter (list-#{$counter} , list . nth ($list-style , ($counter % 3 ) + 1 )) " . " ;
5658 }
5759 }
5860
@@ -242,7 +244,7 @@ $transparent-border: 1px solid transparent;
242244 counter-increment : list- 0;
243245
244246 & ::before {
245- content : counter (list-0 , nth ($list-style , 1 )) " . " ;
247+ content : counter (list-0 , list . nth ($list-style , 1 )) " . " ;
246248 }
247249 }
248250
@@ -430,7 +432,7 @@ $transparent-border: 1px solid transparent;
430432 height : $resize-handle-size ;
431433 border-radius : 0 ;
432434
433- @at-root #{selector- append (" .dx-touch-device" , & )} {
435+ @at-root #{selector . append (" .dx-touch-device" , & )} {
434436 width : $touch-resize-handle-size ;
435437 height : $touch-resize-handle-size ;
436438 }
@@ -440,7 +442,7 @@ $transparent-border: 1px solid transparent;
440442 .dx-resizable-handle-corner-bottom-right {
441443 right : - $half-resize-handle-size ;
442444
443- @at-root #{selector- append (" .dx-touch-device" , & )} {
445+ @at-root #{selector . append (" .dx-touch-device" , & )} {
444446 right : - $half-touch-resize-handle-size ;
445447 }
446448 }
@@ -449,7 +451,7 @@ $transparent-border: 1px solid transparent;
449451 .dx-resizable-handle-corner-bottom-left {
450452 left : - $half-resize-handle-size ;
451453
452- @at-root #{selector- append (" .dx-touch-device" , & )} {
454+ @at-root #{selector . append (" .dx-touch-device" , & )} {
453455 left : - $half-touch-resize-handle-size ;
454456 }
455457 }
@@ -458,7 +460,7 @@ $transparent-border: 1px solid transparent;
458460 .dx-resizable-handle-corner-top-left {
459461 top : - $half-resize-handle-size ;
460462
461- @at-root #{selector- append (" .dx-touch-device" , & )} {
463+ @at-root #{selector . append (" .dx-touch-device" , & )} {
462464 top : - $half-touch-resize-handle-size ;
463465 }
464466 }
@@ -467,7 +469,7 @@ $transparent-border: 1px solid transparent;
467469 .dx-resizable-handle-corner-bottom-left {
468470 bottom : - $half-resize-handle-size ;
469471
470- @at-root #{selector- append (" .dx-touch-device" , & )} {
472+ @at-root #{selector . append (" .dx-touch-device" , & )} {
471473 bottom : - $half-touch-resize-handle-size ;
472474 }
473475 }
@@ -483,7 +485,7 @@ $transparent-border: 1px solid transparent;
483485 height : $resize-handle-size ;
484486 border : 1px solid white ;
485487
486- @at-root #{selector- append (" .dx-touch-device" , & )} {
488+ @at-root #{selector . append (" .dx-touch-device" , & )} {
487489 width : $touch-resize-handle-size ;
488490 height : $touch-resize-handle-size ;
489491 }
@@ -495,7 +497,7 @@ $transparent-border: 1px solid transparent;
495497 & ::after {
496498 top : calc (50% - #{$half-resize-handle-size } );
497499
498- @at-root #{selector- append (" .dx-touch-device" , & )} {
500+ @at-root #{selector . append (" .dx-touch-device" , & )} {
499501 top : calc (50% - #{$half-touch-resize-handle-size } );
500502 }
501503 }
@@ -506,7 +508,7 @@ $transparent-border: 1px solid transparent;
506508 & ::after {
507509 left : calc (50% - #{$half-resize-handle-size } );
508510
509- @at-root #{selector- append (" .dx-touch-device" , & )} {
511+ @at-root #{selector . append (" .dx-touch-device" , & )} {
510512 left : calc (50% - #{$half-touch-resize-handle-size } );
511513 }
512514 }
@@ -515,31 +517,31 @@ $transparent-border: 1px solid transparent;
515517 .dx-resizable-handle-right ::after {
516518 right : - $half-resize-handle-size ;
517519
518- @at-root #{selector- append (" .dx-touch-device" , & )} {
520+ @at-root #{selector . append (" .dx-touch-device" , & )} {
519521 right : - $half-touch-resize-handle-size ;
520522 }
521523 }
522524
523525 .dx-resizable-handle-left ::after {
524526 left : - $half-resize-handle-size ;
525527
526- @at-root #{selector- append (" .dx-touch-device" , & )} {
528+ @at-root #{selector . append (" .dx-touch-device" , & )} {
527529 left : - $half-touch-resize-handle-size ;
528530 }
529531 }
530532
531533 .dx-resizable-handle-top ::after {
532534 top : - $half-resize-handle-size ;
533535
534- @at-root #{selector- append (" .dx-touch-device" , & )} {
536+ @at-root #{selector . append (" .dx-touch-device" , & )} {
535537 top : - $half-touch-resize-handle-size ;
536538 }
537539 }
538540
539541 .dx-resizable-handle-bottom ::after {
540542 bottom : - $half-resize-handle-size ;
541543
542- @at-root #{selector- append (" .dx-touch-device" , & )} {
544+ @at-root #{selector . append (" .dx-touch-device" , & )} {
543545 bottom : - $half-touch-resize-handle-size ;
544546 }
545547 }
0 commit comments