/** @type {import('tailwindcss').Config} */ export default { content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], theme: { screens: { xs: "360px", sm: "640px", md: "768px", lg: "1440px", "2xl": "1536px", }, extend: {}, }, plugins: [], };