UNPKG

@sabertazimi/cra-template-typescript

Version:

The base TypeScript template for Bod CLI.

34 lines (27 loc) 493 B
.app-header { @apply flex flex-col items-center justify-center; min-height: 100vh; font-size: calc(10px + 2vmin); color: white; background-color: #282c34; } .app-link { color: #61dafb; } .app-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .app-logo { animation: app-logo-spin infinite 20s linear; } } @keyframes app-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }