Replace Sass with PostCSS, include imports and nesting
This commit is contained in:
		
							parent
							
								
									347bbe20ba
								
							
						
					
					
						commit
						9633b980d5
					
				
					 36 changed files with 279 additions and 184 deletions
				
			
		
							
								
								
									
										17
									
								
								assets/css/base/images.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								assets/css/base/images.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
img {
 | 
			
		||||
    &.with-border {
 | 
			
		||||
        @apply border border-solid border-grey-light;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &.with-padding {
 | 
			
		||||
        @apply p-1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &.avatar {
 | 
			
		||||
        @apply border p-1 rounded-full;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
svg {
 | 
			
		||||
    fill: currentColor;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue