mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 16:22:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
| // Sizing shortcuts
 | |
| 
 | |
| .size(@width; @height) {
 | |
|   width: @width;
 | |
|   height: @height;
 | |
| }
 | |
| 
 | |
| .square(@size) {
 | |
|   .size(@size; @size);
 | |
| }
 |