@import "tailwindcss"; @import "@cloudflare/kumo/styles/tailwind"; @import "@cloudflare/agents-ui/theme/workers.css"; @source "../../../node_modules/@cloudflare/kumo/dist/**/*.{js,jsx,ts,tsx}"; html, body, #root { width: 100%; height: 100%; margin: 0; } @keyframes blink-cursor { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } @layer utilities { .animate-blink-cursor { animation: blink-cursor 1s step-end infinite; } }