mirror of
				https://github.com/kuohuanhuan/x-markdown-css.git
				synced 2024-11-25 06:18:19 +00:00 
			
		
		
		
	refactor: use @forward instead of @use in _all.scss
				
					
				
			This commit is contained in:
		| @ -1,9 +1,9 @@ | ||||
| @use 'title'; | ||||
| @use 'text'; | ||||
| @use 'link'; | ||||
| @use 'code'; | ||||
| @use 'quote'; | ||||
| @use 'figure'; | ||||
| @use 'list'; | ||||
| @use 'table'; | ||||
| @use 'media'; | ||||
| @forward 'title'; | ||||
| @forward 'text'; | ||||
| @forward 'link'; | ||||
| @forward 'code'; | ||||
| @forward 'quote'; | ||||
| @forward 'figure'; | ||||
| @forward 'list'; | ||||
| @forward 'table'; | ||||
| @forward 'media'; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user