File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed 
styles/utils/utilitary-classes Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default {
5959 </script >
6060
6161<style  lang="scss">
62- @import  ' @styles/utils'  ;
62+ @import  ' @styles/utils/breakpoints '  ;
6363
6464.h-grid-item  {
6565  position  : relative ; 
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default {
7575 </script >
7676
7777<style  lang="scss">
78- @import  ' @styles/utils'  ;
78+ @import  ' @styles/utils/breakpoints '  ;
7979
8080.h-toast  {
8181  overflow  : hidden ; 
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ $sizes:
4040    padding-right  : var (--size-base - #{$size } );
4141    padding-left  : var (--size-base - #{$size } );
4242  }
43- 
4443  .h-margin--#{$size }   {
4544    margin  : var (--size-base - #{$size } );
4645  }
@@ -65,3 +64,27 @@ $sizes:
6564    margin-left  : var (--size-base - #{$size } );
6665  }
6766}
67+ 
68+ .h-margin--auto  {
69+   margin  : auto ;
70+ }
71+ .h-margin-top--auto  {
72+   margin-top  : auto ;
73+ }
74+ .h-margin-right--auto  {
75+   margin-right  : auto ;
76+ }
77+ .h-margin-bottom--auto  {
78+   margin-bottom  : auto ;
79+ }
80+ .h-margin-left--auto  {
81+   margin-left  : auto ;
82+ }
83+ .h-margin-vertical--auto  {
84+   margin-top  : auto ;
85+   margin-bottom  : auto ;
86+ }
87+ .h-margin-horizontal--auto  {
88+   margin-right  : auto ;
89+   margin-left  : auto ;
90+ }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments