mirror of https://github.com/ElemeFE/element
				
				
				
			
		
			
				
	
	
	
		
			455 B
		
	
	
	
	
			
		
		
	
	
			455 B
		
	
	
	
	
element-theme-default
element component defualt theme.
Usage
Use Sass Or postcss-import
@import 'element-theme-default';
Or Use webpack
import 'element-theme-default';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-default/dist/index.css">
Import your need
import 'element-theme-default/dist/input.css';
import 'element-theme-default/dist/select.css';
// ...