Add browserslist config for autoprefixer (#3053)
We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.
This commit is contained in:
		
							parent
							
								
									fb87e847bc
								
							
						
					
					
						commit
						aeb90b7c4a
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -1,4 +1,8 @@ | ||||||
| plugins: | plugins: | ||||||
|   postcss-smart-import: {} |   postcss-smart-import: {} | ||||||
|   precss: {} |   precss: {} | ||||||
|   autoprefixer: {} |   autoprefixer: | ||||||
|  |     browsers: | ||||||
|  |       - last 2 versions | ||||||
|  |       - IE >= 11 | ||||||
|  |       - iOS >= 9 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue