mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "extends": "stylelint-config-recommended-scss",
							 | 
						||
| 
								 | 
							
								  "plugins": [
							 | 
						||
| 
								 | 
							
								    "stylelint-order"
							 | 
						||
| 
								 | 
							
								  ],
							 | 
						||
| 
								 | 
							
								  "rules": {
							 | 
						||
| 
								 | 
							
								    "order/order": [
							 | 
						||
| 
								 | 
							
								      "custom-properties",
							 | 
						||
| 
								 | 
							
								      "declarations"
							 | 
						||
| 
								 | 
							
								    ],
							 | 
						||
| 
								 | 
							
								    "order/properties-alphabetical-order": true
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |