style: fix the Prettier linted files
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
/** @type {import('tailwindcss').Config} */
 | 
			
		||||
module.exports = {
 | 
			
		||||
    mode: "all",
 | 
			
		||||
    content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
 | 
			
		||||
    theme: {
 | 
			
		||||
        fontFamily: {
 | 
			
		||||
            sans: ["Inter", "sans-serif"],
 | 
			
		||||
        },
 | 
			
		||||
        extend: {},
 | 
			
		||||
  mode: "all",
 | 
			
		||||
  content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
 | 
			
		||||
  theme: {
 | 
			
		||||
    fontFamily: {
 | 
			
		||||
      sans: ["Inter", "sans-serif"],
 | 
			
		||||
    },
 | 
			
		||||
    plugins: [],
 | 
			
		||||
    extend: {},
 | 
			
		||||
  },
 | 
			
		||||
  plugins: [],
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user