mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	* creates and implements generic markup less class * How to give custom CSS to externally rendered html * Clarifies sources of CSS styling of markup * further clarification of sources of markup styling * rename _markdown to _markup * remove defunct import * fix orphaned reference * Update docs/content/doc/advanced/external-renderers.en-us.md * more renames markdown -> markup * do not suggest less customization * add back tokens * fix class whitespace, remove useless if-clause * remove unused csv-data rules * use named exports and rename functions * sort imports Co-authored-by: HarvsG <11440490+HarvsG@users.noreply.github.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: silverwind <me@silverwind.io>
		
			
				
	
	
		
			35 lines
		
	
	
		
			813 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			813 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @import "font-awesome/css/font-awesome.css";
 | |
| 
 | |
| @import "./variables.less";
 | |
| @import "./shared/issuelist.less";
 | |
| @import "./features/animations.less";
 | |
| @import "./features/dropzone.less";
 | |
| @import "./features/gitgraph.less";
 | |
| @import "./features/heatmap.less";
 | |
| @import "./features/imagediff.less";
 | |
| @import "./features/codeeditor.less";
 | |
| @import "./features/projects.less";
 | |
| @import "./markup/content.less";
 | |
| @import "./markup/mermaid.less";
 | |
| 
 | |
| @import "./chroma/base.less";
 | |
| @import "./chroma/light.less";
 | |
| 
 | |
| @import "_svg";
 | |
| @import "_tribute";
 | |
| @import "_font_i18n";
 | |
| @import "_base";
 | |
| @import "_home";
 | |
| @import "_install";
 | |
| @import "_form";
 | |
| @import "_repository";
 | |
| @import "_editor";
 | |
| @import "_organization";
 | |
| @import "_user";
 | |
| @import "_dashboard";
 | |
| @import "_admin";
 | |
| @import "_explore";
 | |
| @import "_review";
 | |
| 
 | |
| @import "./helpers.less";
 |