File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed 
packages/react/src/Avatar Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
33: where (.Avatar ) {
44  display :  inline-block;
5-   /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
65  width :  var (--avatarSize-regular );
7-   /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
86  height :  var (--avatarSize-regular );
97  overflow :  hidden; /* Ensure page layout in Firefox should images fail to load */ 
108  /* stylelint-disable-next-line primer/typography */ 
2018
2119  & : where ([data-responsive ]) {
2220    @media  screen and  (--viewportRange-narrow) {
23-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
2421      width :  var (--avatarSize-narrow );
25-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
2622      height :  var (--avatarSize-narrow );
2723    }
2824
2925    @media  screen and  (--viewportRange-regular) {
30-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
3126      width :  var (--avatarSize-regular );
32-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
3327      height :  var (--avatarSize-regular );
3428    }
3529
3630    @media  screen and  (--viewportRange-wide) {
37-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
3831      width :  var (--avatarSize-wide );
39-       /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */ 
4032      height :  var (--avatarSize-wide );
4133    }
4234  }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments