/* Entry point for your PostCSS build */ /* Import Tailwind using PostCSS */ @import "tailwindcss"; /* Import our custom theme */ @import "theme"; /* Import components */ @import "components/hero"; @import "components/flash"; @import "components/event-finder"; /* Import pages */ @import "pages/home"; /* QR Code Styles */ .qr-code-container { @apply flex items-center justify-center; } .qr-code-container svg { max-width: 100% !important; max-height: 100% !important; width: 208px !important; height: 208px !important; display: block !important; }