mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 21:16:26 +01:00 
			
		
		
		
	- replace two instances of fontawesome with octicons - add new "class" optional argument to "svg" helper - add many new CSS helpers and move their import to the end for increaseed precedence Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			25 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@import "~font-awesome/css/font-awesome.css";
 | 
						|
 | 
						|
@import "./features/gitgraph.less";
 | 
						|
@import "./features/animations.less";
 | 
						|
@import "./markdown/mermaid.less";
 | 
						|
 | 
						|
@import "_svg";
 | 
						|
@import "_tribute";
 | 
						|
@import "_base";
 | 
						|
@import "_markdown";
 | 
						|
@import "_home";
 | 
						|
@import "_install";
 | 
						|
@import "_form";
 | 
						|
@import "_repository";
 | 
						|
@import "_editor";
 | 
						|
@import "_organization";
 | 
						|
@import "_user";
 | 
						|
@import "_dashboard";
 | 
						|
@import "_admin";
 | 
						|
@import "_explore";
 | 
						|
@import "_review";
 | 
						|
@import "_chroma";
 | 
						|
 | 
						|
@import "./helpers.less";
 |