mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix deprecated Sass syntax
This commit is contained in:
		| @@ -1,3 +1,4 @@ | |||||||
|  | @use "sass:math"; | ||||||
| @import "/src/theme"; | @import "/src/theme"; | ||||||
|  |  | ||||||
| tr { | tr { | ||||||
| @@ -24,7 +25,7 @@ $paperless-card-breakpoints: ( | |||||||
|     @media(min-width: $width) { |     @media(min-width: $width) { | ||||||
|       > * { |       > * { | ||||||
|         flex: 0 0 auto; |         flex: 0 0 auto; | ||||||
|         width: 100% / $n_cols; |         width: math.div(100%, $n-cols); | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yannic Schroeder
					Yannic Schroeder