build: move the Tailwind config to the source directory
This commit is contained in:
		
							
								
								
									
										9
									
								
								src/styles/tailwind.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/styles/tailwind.config.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
/** @type {import('tailwindcss').Config} */
 | 
			
		||||
module.exports = {
 | 
			
		||||
    mode: "all",
 | 
			
		||||
    content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
 | 
			
		||||
    theme: {
 | 
			
		||||
        extend: {},
 | 
			
		||||
    },
 | 
			
		||||
    plugins: [],
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user