26 lines
		
	
	
		
			578 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			578 B
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "$schema": "https://raw.githubusercontent.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/refs/heads/main/tailwind.extension.schema.json",
 | |
|   "BuildFiles": [
 | |
|     {
 | |
|       "Input": "wwwroot\\css\\input.css",
 | |
|       "Output": "wwwroot\\css\\site.css",
 | |
|       "Behavior": "Default"
 | |
|     }
 | |
|   ],
 | |
|   "PackageConfigurationFile": null,
 | |
|   "CustomRegexes": {
 | |
|     "Razor": {
 | |
|       "Override": false,
 | |
|       "Values": []
 | |
|     },
 | |
|     "HTML": {
 | |
|       "Override": false,
 | |
|       "Values": []
 | |
|     },
 | |
|     "JavaScript": {
 | |
|       "Override": false,
 | |
|       "Values": []
 | |
|     }
 | |
|   },
 | |
|   "UseCli": true
 | |
| } |