Lately I was toiling while writing a ClojureScript client. This made me crave Elm. I'm going to rewrite the ClojureScript client using Elm, but along the way, I'm stopping off here and recording my starter boilerplate.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			59 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			59 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @tailwind base;
 | |
| @tailwind components;
 | |
| @tailwind utilities;
 |