Put POSTCSS config in package.json
Former-commit-id: 73733038fa12ac37c64e5767a0998cd3707935de [formerly c9fc364c4b74a6bc946b33609628c1359a85b7a4] [formerly 628dc43cd8d7c8eb6efb00e59091637f5b4b8f09 [formerly 1b6b7d1881]]
Former-commit-id: aa27dc11ffa723de8c20cd9f371e347f89ff307b [formerly f4597ce0a4e382d578468097ae0e239c3cca584f]
Former-commit-id: 84248423c02764d6c8f9254eaaa6aa439b9c3e22
			
			
				pull/726/head
			
			
		
							parent
							
								
									c38ac57a5c
								
							
						
					
					
						commit
						eaacf59c31
					
				| 
						 | 
				
			
			@ -1,8 +0,0 @@
 | 
			
		|||
// https://github.com/michael-ciniawsky/postcss-load-config
 | 
			
		||||
 | 
			
		||||
module.exports = {
 | 
			
		||||
  "plugins": {
 | 
			
		||||
    // to edit target browsers: use "browserlist" field in package.json
 | 
			
		||||
    "autoprefixer": {}
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -66,6 +66,11 @@
 | 
			
		|||
    "node": ">= 4.0.0",
 | 
			
		||||
    "npm": ">= 3.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "postcss": {
 | 
			
		||||
    "plugins": {
 | 
			
		||||
      "autoprefixer": {}
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "browserslist": [
 | 
			
		||||
    "> 1%",
 | 
			
		||||
    "last 2 versions",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue