File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed 
polaris-react/src/components/HorizontalStack Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11@import  ' ../../styles/common' 
22
33.HorizontalStack  {
4-   @include  responsive-props (' horizontal-stack' ' gap' ' gap' 
54  display flex ;
6-   //  stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
7-   flex-wrap var (--pc-horizontal-stack-wrap );
8-   //  stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
9-   align-items var (--pc-horizontal-stack-block-align );
10-   //  stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
11-   justify-content var (--pc-horizontal-stack-align );
5+   @include  responsive-props (' horizontal-stack' ' gap' ' gap' 
6+   @include  non-responsive-prop (' horizontal-stack' ' wrap' ' flex-wrap' 
7+   @include  non-responsive-prop (
8+     ' horizontal-stack' 
9+     ' block-align' 
10+     ' align-items' 
11+   );
12+   @include  non-responsive-prop (' horizontal-stack' ' align' ' justify-content' 
1213}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments